Description
|
What is
CouchDB?
Apache CouchDB is a database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API. CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents and query your indexes with your web browser, via HTTP. Index, combine, and transform your documents with JavaScript.
|
What is
RethinkDB?
RethinkDB is built to store JSON documents, and scale to multiple machines with very little effort. It has a pleasant query language that supports really useful queries like table joins and group by, and is easy to setup and learn.
|
What is
RocksDB?
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads. RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation.
|
Pros
|
Why do developers choose CouchDB?
-
-
-
-
-
-
-
-
-
-
|
|
Why do developers choose RethinkDB?
-
-
-
-
-
-
-
-
-
-
|
|
Why do you like RethinkDB?
|
Why do developers choose RocksDB?
-
-
-
-
|
|