-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
6ec8d2a
commit 64e2e43
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
# CouchDB | ||
# 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters