#atom

Document-oriented NoSQL database with multi-master replication

Core Idea: Apache CouchDB is a document-oriented NoSQL database that uses JSON for documents, JavaScript for MapReduce indexing, and HTTP for its API, with a focus on easy replication between instances.

Key Elements

Performance Considerations

Schema Management

Connections

References

  1. Apache CouchDB documentation
  2. Implementation experiences from Inkdrop development

#database #nosql #replication #json #document-database


Connections:


Sources: