Top "Couchdb" questions

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

Why should I use document based database instead of relational database?

Why should I use document based database like CouchDB instead of using relational database. Are there any typical kinds of …

database couchdb relational non-relational-database
node.js database

I'm looking for a database to pair with a node.js app. I'm assuming a json/nosql db would be …

node.js mongodb couchdb redis
Creating regular users in CouchDB

How can I create regular, non-admin users in CouchDB?

couchdb
Pros/cons of document-based databases vs. relational databases

I've been trying to see if I can accomplish some requirements with a document based database, in this case CouchDB. …

database nosql couchdb relational-database document-database
Use CouchDB with .NET

Can .NET (managed code) read and write to CouchDB? I would like to build a part of my project that …

c# .net asp.net couchdb
Databases using JSON as storage/transport format

How many database systems there are that use JSON for storage or transport? I know of: CouchDB MongoDB DBSlayer I …

json mongodb couchdb dbslayer database
CouchDB a real world example

Tonight in my daily tech Googling I came across couchDB, after seeing tons of presentations about how it perform ten …

couchdb
Convert HTML to plain text in JS without browser environment

I have a CouchDB view map function that generates an abstract of a stored HTML document (first x characters of …

javascript regex couchdb
What is the difference between Cassandra and CouchDB?

I'm looking at both projects and I can't really see the difference from Cassandra Site: Cassandra is a highly scalable, …

couchdb cassandra
How to get the next letter of the alphabet in Javascript?

I am build an autocomplete that searches off of a CouchDB View. I need to be able to take the …

javascript jquery jquery-ui autocomplete couchdb