Introduction to CouchDB
Apache CouchDB being a schema-free, distributed, fault-tolerant and document-oriented database accessible via a RESTful HTTP/JSON API.
It is highly robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.
CouchDB is not at all a replacement for relational database management system. Instead of storing data in rows and columns, the database manages a collection of JSON documents (early versions of CouchDB used XML).
- Kiran's blog
- Add new comment
- Read more
- 284 reads













