Top "Couchdb" questions

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.

CouchDB cURL Windows Command Line Invalid JSON

Running the following command from a Windows command line using cURL attempting to post a new document to an existing …

json curl command-line couchdb
Principles for Modeling CouchDB Documents

I have a question that I've been trying to answer for some time now but can't figure out: How do …

couchdb modeling principles
How to Get CouchDB Username and Password

Unfortunately I forgot what my username and password is to login to CouchDB. Here is a similar question. I have …

login couchdb couchdb-futon
Offline apps with Node.JS and CouchDB

I have an app that I would like to create. But I am not sure how to go about it. …

node.js mongodb couchdb offlineapps offline-browsing
ionic framework sync data and work offline

I'm developing an app using ionic framework, and it will fetch some data from an API which was built using …

android angularjs couchdb ionic-framework pouchdb
CouchDB view throwing invalid UTF-8 JSON error when using key, startkey

I have a VERY basic view defined in CouchDB: function(doc) { if(doc.date && doc.erc) { emit(doc.…

json curl couchdb
Why big companies use Mnesia instead of using Riak or CouchDB

I can see 2 big companies like Klarna and Whatsapp are using Mnesia as their in memory database (not sure how …

erlang couchdb riak otp in-memory-database
Best way to do one-to-many "JOIN" in CouchDB

I am looking for a CouchDB equivalent to "SQL joins". In my example there are CouchDB documents that are list …

couchdb mapreduce
couchdb search or filtering on key array

I have this in my view function: emit([doc.address.country,doc.address.state, doc.address.city], doc); When I …

arrays view arraylist couchdb key
NoSQL Database for ECommerce

I will be constructing an ecommerce site, and would like to use a no-sql database, which will fit well with …

mongodb couchdb e-commerce orientdb nosql