Tagged Questions

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion. It exposes a pure restful API, making interaction possible from any language with the ability to send HTTP requests. This also allows "Futon", the administration interface, to work completely in the browser. It also offers incremental replication with bi-directional conflict detection and resolution.

learn more… | top users | synonyms

249
votes
11answers
53k views

MongoDB or CouchDB - fit for production?

I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment. I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these ...
66
votes
5answers
8k views

Non-Relational Database Design

I'm interested in hearing about design strategies you have used with non-relational "nosql" databases - that is, the (mostly new) class of data stores that don't use traditional relational design or ...
41
votes
5answers
7k views

Getting-started: Setup Database for Node.js

I am new to node.js but am excited to try it out. I am using Express as a web framework, and Jade as a template engine. Both were easy to get setup following this tutorial from Node Camp. However the ...
41
votes
5answers
6k views

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 applications or domains where the document based database is more suitable ...
40
votes
6answers
8k views

Anyone using CouchDB?

I've followed the CouchDB project with interest over the last couple of years, and see it is now an Apache Incubator project. Prior to that, the CouchDB web site was full of do not use for production ...
39
votes
6answers
2k views

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 you design, or divide up, CouchDB documents? Take a Blog Post for example. The semi "relational" way ...
38
votes
2answers
4k views

NoSQL best practices

What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them? For example, I've often seen a field "type" being used for deciding how the DB document (in ...
37
votes
5answers
7k views

Can I do transactions and locks in CouchDB?

I need to do transactions (begin, commit or rollback), locks (select for update). How can I do it in a document model db? Edit: The case is this: I want to run an auctions site. And I think how to ...
35
votes
5answers
3k views

Use cases for NoSQL

NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are on the best use-cases for its use over relational database storage. What should ...
35
votes
6answers
4k views

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... I also have read a bit about both systems and it looks to me like they cover the same cases... Or am ...
33
votes
9answers
7k views

Are there any e-commerce websites that use NoSQL databases

I have read a lot lately about 'NoSQL' databases such as CouchDB, MongoDB etc. Most of the websites I have seen using this are mainly text based websites such as The New York Times and Source forge. ...
33
votes
3answers
12k views

what is the difference between Cassandra and CouchDB?

I'm looking both projects and I can't really see the difference from Cassandra Site: Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store...Cassandra is ...
31
votes
7answers
12k views

When to use CouchDB vs RDBMS

I am looking at CouchDB, which has a number of appealing features over relational databases including: intuitive REST/HTTP interface easy replication data stored as documents, rather than normalised ...
27
votes
3answers
6k views

Which Java library/libraries for CouchDB?

Which libraries are people using for CouchDB? I just finished getting couchdb4j running successfully, it seems to have some clunkiness. I was going to try jcouchdb, but this effort is starting to ...
26
votes
2answers
5k views

CouchApps and user authentication

I posted a variation of this question to the CouchDB user list and haven't received a response yet. I'm curious to know if anyone else has built a so-called "CouchApp"; a pure HTML/JavaScript ...
25
votes
6answers
10k views

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. Two generic requirements: CRUD of entities with some fields which have unique ...
23
votes
9answers
11k views

Use CouchDB with .NET

Can .NET (managed code) read and write to CouchDB? I would like to build a part of my project that does document management using CouchDB
22
votes
7answers
2k views

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 better explain it, I'm going to expose my scenario here. I've a server that will receive orders ...
19
votes
6answers
7k views

Is there a hosted CouchDB service provider?

I'd like to learn CouchDB and wondered if there was a host provider that offered CouchDB services. If you have used one please detail your experiences. Update: I discovered thta CouchDB is ...
19
votes
4answers
4k views

Pagination in CouchDB?

How would I go about implementation the queries required for pagination? Basically, when page 1 is requested, get the first 5 entries. For page 2, get the next 5 and so on. I plan to use this via ...
17
votes
3answers
2k views

Difference between CouchDB and Couchbase

Are there any essential differences between CouchDB and Couchbase which makes one or the other preferable to use?
17
votes
2answers
1k views

What is the CouchDB replication protocol? Is it like Git?

Is there technical documentation describing how replication between two Couches works? What is the basic overview of CouchDB replication? What are some noteworthy characteristics about it?
16
votes
3answers
4k views

Sorted String Table (SSTable) or B+ Tree for a Database Index?

Using two databases to illustrate this example: CouchDB and Cassandra. CouchDB CouchDB uses a B+ Tree for document indexes (using a clever modification to work in their append-only environment) - ...
16
votes
5answers
5k views

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 certain requirements, I'm considering switching to a NoSQL datastore with an ...
15
votes
4answers
1k views

CouchDB and Node.js - What module do you recommend?

What modules are you using to connect to your CouchDB server, in your Node.js applications? And why would you recommend whatever module you are using?
15
votes
2answers
3k views

What are the best uses of document stores?

I have been hearing a lot about document oriented data stores like CouchDB. I understand the uses of BigTable like stores such as Cassandra. After reading this question, I was wondering what the ...
15
votes
6answers
2k views

Clojure and NoSQL databases [closed]

I am currently trying to pick between different NoSQL databases for my project. The project is being written in clojure and javascript. I am currently looking at three candidates for storage. What are ...
15
votes
2answers
10k views

bigtable vs cassandra vs simpledb vs dynamo vs couchdb vs hypertable vs riak vs hbase, what do they have in common?

Sorry if this question is somewhat subjective. I am new to 'could store', 'distributed store' or some concepts like this. I really wonder what do they have in common and want to get an overview on all ...
14
votes
9answers
6k views

Scalable Image Storage

I'm currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will be able to upload photos as one of the key feature of the service. ...
14
votes
6answers
1k views

How to stop thinking “relationally”

At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge. I was wondering how some of you ...
14
votes
8answers
3k views

What is the difference between CouchDB and Lotus Notes?

I was looking into the possibility of using CouchDB. I heard that it was similar to Lotus Notes which everyone loves to hate. Is this true?
14
votes
4answers
5k views

CouchDB Backups and Cloneing the Database

We're looking at CouchdDB for a CMS-ish application. I know the database is implemented as a set of files in the file system, what I'm looking for are common patterns, best practices and workflow ...
13
votes
3answers
1k views

When CouchDB Failed?

I keep seeing references to the idea that "CouchDB may not be the best tool in every situation." This is good to know, but unfortunately also applies to every technology. What would be much more ...
13
votes
3answers
7k views

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 to hundred times better then any RDBM, how it would save us from SQL languages, ...
13
votes
5answers
6k views

CouchDB on Windows?

I started exploring CouchDB and I am interested in following: Is there or will there be a Windows install? If there is, is there a shared hosting provider that offers CouchDB? Not knowing much about ...
12
votes
4answers
5k views

MongoDB vs CouchDB (Speed optimization)

I made some tests of speed to compare MongoDB and CouchDB. Only inserts were while testing. I got MongoDB 15x faster than CouchDB. I know that it is because of sockets vs http. But, it is very ...
12
votes
3answers
2k views

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 writes, isn't this bad for scaling? How would I configure CouchDB to update indexes on ...
11
votes
1answer
1k views

Difference between Document-based and Key/Value-based databases?

I know there are three different, popular types of non-sql databases. Key/Value: Redis, Tokyo Cabinet, Memcached ColumnFamily: Cassandra, HBase Document: MongoDB, CouchDB I have read long blogs ...
11
votes
2answers
3k views

Cassandra, mongodb or couchdb for Ruby on Rails

I think these three are the most popular non-relational db:s out there at this moment. I want to give them a try, but I wonder which one of these are most suitable for Rails when it comes to Gem, ...
11
votes
1answer
1k views

Which of CouchDB or MongoDB suits my needs?

Where I work, we use Ruby on Rails to create both backend and frontend applications. Usually, these applications interact with the same MySQL database. It works great for a majority of our data, but ...
11
votes
1answer
3k views

CouchDB Document Update Handlers (in-place updates)

http://wiki.apache.org/couchdb/Document_Update_Handlers CouchDB ( 0.10 and above ) supports in-place updates now. I'm having trouble understanding how it works. I tried to use the example provided ...
11
votes
1answer
776 views

Why do my CouchDB databases grow so fast?

I was wondering why my CouchDB database was growing to fast so I wrote a little test script. This script changes an attributed of a CouchDB document 1200 times and takes the size of the database after ...
11
votes
4answers
2k views

SQLite-like alternative for MongoDB?

I'm looking for a document-oriented db with a Ruby API that has SQLite-like properties: self-contained, serverless, zero-configuration. Are there light alternatives to MongoDB or CouchDB? Is RDDB ...
11
votes
2answers
4k views

CouchDB: map-reduce in Erlang

How can I write map-reduce functions in Erlang for CouchDB? I am sure Erlang is faster than JavaScript.
10
votes
1answer
628 views

Which database out of CouchDB, MongoDB and Redis is good for starting out with Node JS?

I'm getting more into Node JS and am enjoying it. I'm moving more into web application development. I have wrapped my head around Node JS and currently using Backbone JS for the front end. I'm making ...
10
votes
2answers
1k views

Couchdb on Android

I am trying to evaluate couchdb and its potential for solving the sync problem on Android but I can't find any documentation that answers my questions regarding how replication to Android devices ...
10
votes
3answers
3k views

NoSQL - MongoDB vs CouchDB

I am a complete noob when it comes to the NoSQL movement. I have heard lots about MongoDB and CouchDB. I know there are differences between the two. Which do you recommend learning as a first step ...
10
votes
2answers
679 views

Select top/latest 10 in couchdb?

How would I execute a query equivalent to "select top 10" in couch db? For example I have a "schema" like so: title body modified and I want to select the last 10 modified documents. As an ...
10
votes
4answers
3k views

CouchDB versioning strategy

Would the following be a viable strategy for implementing versioning(using "example" as a sample document type): Have one original document where the type field is named example_original. Subsequent ...
9
votes
1answer
236 views

Is it too soon to use Couchbase Mobile?

For an iPhone App I decided to give a try to a NoSQL DB, because the nature of the data I need to store locally. The most sophisticated solution I found is Couchbase Mobile. But it seems, that the ...

1 2 3 4 5 27