Adding info about CouchDB (#6111)
* Add info about CouchDB * Update mongodb top posts typo * adjust content style * adjust content style * Update src/data/roadmaps/backend/content/mongodb@28U6q_X-NTYf7OSKHjoWH.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6113/head
parent
6ec8d2a29b
commit
64e2e43b82
2 changed files with 12 additions and 5 deletions
@ -1 +1,11 @@ |
||||
# CouchDB |
||||
|
||||
Apache CouchDB is an open-source document-oriented NoSQL database. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API. Unlike a relational database, a CouchDB database does not store data and relationships in tables. Instead, each database is a collection of independent documents. Each document maintains its own data and self-contained schema. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@CouchDB Website](https://couchdb.apache.org/) |
||||
- [@article@CouchDB Documentation](https://docs.couchdb.org/) |
||||
- [@article@The big NoSQL databases comparison](https://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis/) |
||||
- [@article@pouchdb - a JavaScript database inspired by CouchDB](https://pouchdb.com/) |
||||
- [@feed@Explore top posts about CouchDB](https://app.daily.dev/tags/couchdb?ref=roadmapsh) |
||||
|
Loading…
Reference in new issue