CouchDB is a document-oriented database management system written in Erlang that stores data in a schema-free manner as documents rather than rows and tables. It uses JavaScript views to aggregate and report on document data, and stores data as JSON documents like a sample employee document shown. CouchDB architecture advocates for an easy to use database with no computer science degree required, accessible via JSON documents.
3. CouchDB isDocument-oriented DBMS written in Erlang which stores data in a schema-free manner.No tables No columns No keys And No relations
4. Instead..CouchDB stores data in a series of documents and offers a JavaScript-based view model for aggregating and reporting on the data.Also know as Spidermonkey (perform aggregation and joins, allowing you to report on the documents in the database)
5. Who can use CrouchDB?you dont have to have a computer science degree to interact with the database