Accessing CouchDB for Data Storage and Retrieval
Apache CouchDB is a document oriented, non-relational, schema less database used for storing internet scale data. Apache CouchDB provides a rich set of REST based JSON API’s to access the database to perform administrative as well as CRUD operations.
I and Rajarshi Bhose have written an article which will demonstrate how to use CouchDB for CRUD and administrative operations using Java. This article is published at Dr. Dobb’s and it can be accessed at http://www.drdobbs.com/java/223100116. To learn in detail about some of the basics of CouchDB, and various other operations that can be performed like how to create database, how to insert data into database, how to retrieve data based on “keys” and also based on “field” values, please go through the tutorial.


