Top "Couchdb" questions

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

Are MongoDB and CouchDB perfect substitutes?

I haven't got my hands dirty yet with neither CouchDB nor MongoDB but I would like to do so soon... …

mongodb couchdb database
CouchDB On-the-fly attachments through command-line

PROBLEM I want to be able to attach one/multiple attachment(s) as the document is created, through the command-line (…

couchdb couchbase couchdb-futon
How do you Schedule Index Updates in CouchDB

As far as I understand, CouchDB indexes are updated when a view is queried. Assuming there are more reads than …

database couchdb scaling
Detecting 'unusual behavior' using machine learning with CouchDB and Python?

I am collecting a lot of really interesting data points as users come to my Python web service. For example, …

python machine-learning couchdb bayesian cloudant
Middleware for MongoDB or CouchDB with jQuery Ajax/JSON frontend

I've been using the following web development stack for a few years: java/spring/hibernate/mysql/jetty/wicket/jquery For …

java mongodb couchdb nosql
Atomic transactions in key-value stores

Please excuse any mistakes in terminology. In particular, I am using relational database terms. There are a number of persistent …

couchdb transactions cassandra key-value
How do I use pouchdb with typescript?

I am trying to use pouchdb with Typescript. I cannot link to the pouchdb module. import { PouchDB } from "pouchdb" reports …

node.js typescript couchdb pouchdb node-modules
Performing a WHERE - IN query in CouchDB

I would like to query for a list of particular documents with one call to CouchDB. With SQL I would …

sql database couchdb where-in
Cloudant Query & CouchDB Mango: How to set $regex flags?

Is it possible to set $regex flags using Cloudant Query / CouchDB 2.0 Find? Specifically I want a case insensitive search and …

couchdb cloudant
Anatomy of a Distributed System in PHP

I've a problem which is giving me some hard time trying to figure it out the ideal solution and, to …

php database-design sqlite couchdb distributed