Tagged Questions

1
vote
3answers
344 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 …
0
votes
1answer
7 views

What is the “revpos” value used for in CouchDB attachments?

Here is an example: "_attachments": { "002-imgsq.jpg": { "stub": true, "content_type": "image/jpeg", "length": 80074, "revpos": 3 }, …
2
votes
2answers
48 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
47 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
53 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 …
0
votes
3answers
107 views

Multiple CouchDB Document fetch with couchdb-python

How to fetch multiple documents from CouchDB, in particular with couchdb-python?
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
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 …
0
votes
2answers
63 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': …
1
vote
1answer
44 views

How are CouchDB Document ID’s Calculated?

How are the CouchDB Document ID's calculated? BA1F48C5418E4E68E5183D5BD1F06476 Thanks!
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 …
3
votes
5answers
336 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?
1
vote
3answers
156 views

Language/Framework support for Interacting With CouchDB

I am interested in knowing if there are any server-side web application frameworks which integrate nicely with CouchDB? Does anyone have any experience in doing this? It seems like a dynamic language …
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