Tagged Questions

2
votes
2answers
52 views

representing a many-to-many relationship in couchDB

Let's say I'm writing a log analysis application. The main domain object would be a LogEntry. In addition. users of the application define a LogTopic which describes what log entries they are …
1
vote
3answers
51 views

I need an advice about NoSQL/MongoDb and data/models structure

Hi everyone, Recently I'm exploring NoSQL Databases. I need an advice about how to store data in the most optimal and efficient way for a given problem. I'm targeting MongoDB, now. However it should …
0
votes
1answer
54 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 …
3
votes
6answers
126 views

Small “embeddable” database that can also be synced over the network?

I am looking for a small database that can be "embedded" into my Python application without running a separate server, as one can do with SQLite or Metakit. I don't need an SQL database, in fact …
1
vote
1answer
45 views

How are CouchDB Document ID’s Calculated?

How are the CouchDB Document ID's calculated? BA1F48C5418E4E68E5183D5BD1F06476 Thanks!
0
votes
2answers
66 views

couchDB , python and authentication

I have installed couchDB v 0.10.0, and am attempting to talk to it via python from Couch class downloaded from couchDB wiki. Problem is: Create database 'mydb': {'error': 'unauthorized', 'reason': …
0
votes
1answer
16 views

Temp View Caching?

I'm using CouchDB with a home-grown C# interface library. The most common method of accessing CouchDB with this library results in a temp view being created. I've optimized the library so that it uses …
1
vote
3answers
48 views

Comparing ruby hashes

Hi I have two ruby hashes (which are essentially models) and am trying to find the differences between them, one is an old instance of an object where the other has new values assigned to some …
0
votes
3answers
109 views

Multiple CouchDB Document fetch with couchdb-python

How to fetch multiple documents from CouchDB, in particular with couchdb-python?
2
votes
6answers
223 views

couchdb vs mysql speed

What can you tell about speed of couchdb and mysql databases? I mean, very simple requests like getting one row (or one document) by unique id and simple requests like getting the 20 …
1
vote
3answers
220 views

CouchDB a real world example

Hello stackoverflow gurus, 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 …
3
votes
5answers
337 views

What is couchdb, for what and how should I use it?

I hear a lot about couchdb, but after reading some documents about it, I still don't get why to use it and how. Could you clarify this mystery for me?
0
votes
1answer
122 views

Nested databases in CouchDB

It seems you are unable to nest databases in CouchDB. How do people work around this limitation? For example, assume I want to create a blogging engine where each domain has a separate database. …
0
votes
3answers
58 views

How do you use CouchDB Change Notifications Continuous Changes from Java?

I am trying to use the couchdb (continuous) changes API from Java and find that after exhausting the list of current changes the stream seems to be closed, not stay open forever as it is supposed to. …
3
votes
3answers
154 views

Which Python client library should I use for CouchdB?

I'm starting to experiment with CouchDB because it looks like the perfect solution for certain problems we have. Given that all work will be on a brand new project with no legacy dependencies, which …

1 2 3 4 5 8 next
15 30 50 per page