Need advice about which tool to choose?Ask the StackShare community!
CouchDB vs LinDB: What are the differences?
CouchDB: HTTP + JSON document database with Map Reduce views and peer-based replication. 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; LinDB: *An open source Time Series Database *. It is a scalable, distributed, high performance, high availability Time Series Database. It takes a lot of best practice of TSDB and implements some optimizations based on the characteristics of time series data. It supports rollup in specific interval automatically after creating the database.
CouchDB and LinDB can be primarily classified as "Databases" tools.
CouchDB and LinDB are both open source tools. CouchDB with 4.26K GitHub stars and 844 forks on GitHub appears to be more popular than LinDB with 744 GitHub stars and 80 GitHub forks.
We implemented our first large scale EPR application from naologic.com using CouchDB .
Very fast, replication works great, doesn't consume much RAM, queries are blazing fast but we found a problem: the queries were very hard to write, it took a long time to figure out the API, we had to go and write our own @nodejs library to make it work properly.
It lost most of its support. Since then, we migrated to Couchbase and the learning curve was steep but all worth it. Memcached indexing out of the box, full text search works great.
Pros of CouchDB
- JSON43
- Open source30
- Highly available18
- Partition tolerant12
- Eventual consistency11
- Sync7
- REST API5
- Attachments mechanism to docs4
- Multi master replication4
- Changes feed3
- REST interface1
- js- and erlang-views1