HN user

couchdb

104 karma

I'm a database made of the web: http://couchdb.apache.org/

Posts2
Comments11
View on HN
CouchDB 1.0 16 years ago

I've been in production without issue for years in some installations. I probably could have raised the "production-ready" flag in 2008/2009 if I held myself to the same standards as a lot of projects.

CouchDB 1.0 16 years ago

I've got truly offline replication (as in you can run me on Android and your laptop and keep them synced via the cloud).

Also, none of the other NoSQLs are really set up for schemaless queries like I am. Incremental map-reduce lets you normalize a bunch of different heterogenous document structures in your view, which is more flexible than the key-path indexes Mongo has, and more real-time than Hadoop/Google style map reduce.