Couchdb 6
Couch DB Java Integration : Couchdb4j
COUCHDB4J API is library for accessing Documents from couch database. This Library is downloaded from the link:- http://code.google.com/p/couchdb4j/downloads/list In this Demo , “Using FUTON Web Interface a student database is created and 4 student documents are created.The java program is written for accessing these documents and displaying the details in […]
Apache Couchdb : Introduction And Installation
This is another database on “NOSQL” concept. NOSQL’s are schema less database. The data is stored in a JSON format. It supports distributed configuration . Couch DB supports replication of data across distributed platform, It has many framework for this supporting master replication, slave replication, filtered replication, incremental/bidirectional replication. “Erlang” is a language to customize […]