active questions tagged couchdb - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T22:54:19Z http://stackoverflow.com/feeds/tag/couchdb http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1876847/couchdb-for-really-distributed-replica 0 couchdb for /really/ distributed replica Unknown 2009-12-09T21:01:19Z 2009-12-09T21:16:45Z <p>let's say i want to implement a distributed database (each node being the replica of the others); i hear that cdb is able to easily sync between two nodes and at least support some form of conflict resolution.</p> <p>unfortunately i don't know couchdb therefore i have to ask: how's the situation for a "graph" of nodes? let's say we have a thousand disconnected nodes; therefore we'll have - i think - n-way conflicts.</p> <p>can couchdb mechanisms help me in this case?</p> <p>otherwise one should assume that a rigid hierarchy of nodes have to be established, and this can't suffice in my case.</p> <p>thanks in advance ;)</p> http://stackoverflow.com/questions/1857389/nosql-which-is-best-for-my-needs-i-am-having-mental-breakdown 0 NoSql - which is best for my needs - i am having mental breakdown Toomanybrokenkeyboards 2009-12-07T02:05:42Z 2009-12-08T14:42:27Z <p>I am building a Reddit clone in Erlang. I am considering using some erlang web frameworks but this is not the problem.</p> <p>I am having a problem selecting a database. </p> <p>How it works;</p> <p>I have multiple dedicated reddits. Examples, science, funny, corporate, sport. You could consider them sub reddits. Each sub reddit has categories. </p> <p>A user can post the following info:</p> <p>Title, Category Tags, Description, Category, <strong>Future Date</strong>, </p> <p>and Add picture, link. video</p> <p>As with Reddit, users will be able to vote on the stories and comment. Comments will also have vote system.</p> <p>How the problem;</p> <p>I dont know what NoSQL database to use, the site will have scalability problems with Mysql (trust me it will so dont suggest sql) There will be around 10,000-20,000 concurrent connections if not more.</p> <p>Now what I need;</p> <p>1) A user will go to the sporting subreddit, </p> <p>They will want to see all stories with a <strong>Future Date</strong>, for example NFL category, or Soccer world cup category they might want to see all stories with <strong>future dates</strong> which indicate upcoming games or events.</p> <p>But since people might post crap, i need to say sort by Future date, but then filter the results by posts with more then 5 votes, Then i need to show the closest upcoming event.</p> <p>So if there is a game on the weekend and the next game is 3 weeks again the closest game needs to come up first.</p> <p>2) so the problem above, is using one database</p> <p>1) Find all posts in subreddit: <strong>Sport</strong>. 2) Find al posts in <strong>NFL</strong> category. 3) Find all posts with <strong>future date</strong>. Sort these posts by <strong>most votes</strong> and display stories with <strong>closest date</strong> to today. </p> <p>I think couchdb looks like a good candidate, but i am not sure</p> <p>but what about Cassandra, Hbase, Riak, neo4j?</p> <p>I am going crazy trying to figure this out. </p> <p>I need something that will scale and handle a large amount of users.</p> <p>Please help, thanks</p> http://stackoverflow.com/questions/895762/mongodb-or-couchdb-fit-for-production 26 MongoDB or CouchDB - fit for production? Alan 2009-05-21T23:22:23Z 2009-12-06T07:54:14Z <p>I was wondering if anyone can tell me if <em><a href="http://www.mongodb.org/display/DOCS/Home" rel="nofollow">MongoDB</a></em> or <em><a href="http://couchdb.apache.org/" rel="nofollow">CouchDB</a></em> are ready for a <strong>production</strong> environment. </p> <p>I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these projects are quite young and so I foresee that I'm going to have to work quite hard to convince my manager that we should adopt this new technology.</p> <p>What I'd like to know is:</p> <p>1) Who is using MongoDB or CouchDB today in a production environment?</p> <p>2) How are you using MongoDB/CouchDB?</p> <p>3) What problems (if any) did you come across when you adopted this new storage mechanism (and how did you overcome them)?</p> <p>4) How did you deal with any migration issues that you had to deal with?</p> <p>5) Do you have any good/bad experiences with either of these solutions that you'd like to share?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1776434/couchdb-python-and-authentication 0 couchDB , python and authentication idiotype 2009-11-21T19:15:40Z 2009-12-04T18:35:36Z <p>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:</p> <pre><code>Create database 'mydb': {'error': 'unauthorized', 'reason': 'You are not a server admin.'} </code></pre> <p>I hand edited the local.ini file to include my standard osx login and password. I now have full access via futon but no joy WRT python. Is this an http header issue? </p> <p>At a a loss - thanks!</p> http://stackoverflow.com/questions/1841883/couchdb-view-map-index-and-sequence 0 CouchDB View, Map, Index, and Sequence B. Tyndall 2009-12-03T18:26:14Z 2009-12-03T18:46:26Z <p>I think read somewhere that when a View is requested the "map" is only run across documents that have been added since the last time it was requested? How is this determined? I thought I saw something about a sequence number. Is this something that you can get to? Its not part of the UUID trailing on the _rev field is it?</p> <p>Any way to force a 'recalc' of the entire View (across all records)?</p> http://stackoverflow.com/questions/1306160/couchdb-on-windows 2 CouchDB on Windows? epitka 2009-08-20T13:23:59Z 2009-12-01T14:48:55Z <p>I started exploring CouchDB and I am interested in following:</p> <ol> <li>Is there or will there be a Windows install?</li> <li>If there is, is there a shared hosting provider that offers CouchDB?</li> <li>Not knowing much about it, can it be somehow embedded in my application or bin deployed (don't laugh).</li> </ol> http://stackoverflow.com/questions/1825117/what-is-the-revpos-value-used-for-in-couchdb-attachments 0 What is the "revpos" value used for in CouchDB attachments? rrc7cz 2009-12-01T09:47:11Z 2009-12-01T13:51:34Z <p>Here is an example:</p> <pre><code> "_attachments": { "002-imgsq.jpg": { "stub": true, "content_type": "image/jpeg", "length": 80074, "revpos": 3 }, "016-imgsq.jpg": { "stub": true, "content_type": "image/jpeg", "length": 100095, "revpos": 4 }, "MASTER_img-square.jpg": { "stub": true, "content_type": "image/jpeg", "length": 70611, "revpos": 2 } } </code></pre> http://stackoverflow.com/questions/1822444/representing-a-many-to-many-relationship-in-couchdb 2 representing a many-to-many relationship in couchDB Pete Hodgson 2009-11-30T21:15:26Z 2009-12-01T03:25:00Z <p>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 interested in. As the application receives log entries it adds them to couchDB, and also checks them against all the LogTopics in the system to see if they match the criteria in the topic. If it does then the system should record that the entry matches the topic. Thus, there is a many-to-many relationship between LogEntries and LogTopics. </p> <p>If I were storing this in a RDBMS I would do something like:</p> <pre><code>CREATE TABLE Entry ( id int, ... ) CREATE TABLE Topic ( id int, ... ) CREATE TABLE TopicEntryMap ( entry_id int, topic_id int ) </code></pre> <p>Using CouchDB I first tried having just two document types. I'd have a LogEntry type, looking something like this:</p> <pre><code>{ 'type': 'LogEntry', 'severity': 'DEBUG', ... } </code></pre> <p>and I'd have a LogTopic type, looking something like this:</p> <pre><code>{ 'type': 'LogTopic', 'matching_entries': ['log_entry_1','log_entry_12','log_entry_34',....], ... } </code></pre> <p>You can see that I represent the relationship by using a <code>matching_entries</code> field in each LogTopic documents to store a list of LogEntry document ids. This works fine up to a point, but I have issues when multiple clients are both attempting to add a matching entry to a topic. Both attempt optimistic updates, and one fails. The solution I'm using now is to essentially reproduce the RDBMS approach, and add a third document type, something like:</p> <pre><code>{ 'type':'LogTopicToLogEntryMap', 'topic_id':'topic_12', 'entry_id':'entry_15' } </code></pre> <p>This works, and gets past the concurrent update issues, but I have two reservations:</p> <ol> <li>I worry that I'm just using this approach because it's what I'd do in a relational DB. I wonder if there's a more couchDB-like (relaxful?) solution. </li> <li>My views can no longer retrieve all the entries for a specific topic in one call. My previous solution allowed that (if I used the include_docs parameter).</li> </ol> <p>Anyone have a better solution for me? Would it help if I also posted the views I'm using?</p> http://stackoverflow.com/questions/1815731/i-need-an-advice-about-nosql-mongodb-and-data-models-structure 1 I need an advice about NoSQL/MongoDb and data/models structure Stanislav 2009-11-29T14:58:16Z 2009-11-30T00:22:43Z <p>Hi everyone,</p> <p>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 be the same with CouchDB.</p> <p>Let's say we have these 3 Models:</p> <pre><code>Story: id title User: id name Vote: id story_id user_id </code></pre> <p>I want to be able to ask the database these questions:</p> <ul> <li>Who has voted for this Story?</li> <li>What this User has Voted for?</li> </ul> <p>I'm doing simple joins while working with a relational DB. The question is, how should I store the data for those objects in order to be most efficient.</p> <p>For example, if I store the Vote objects as a subcollection of Stories it wont be easy to get the info - "What a user has voted for".</p> <p>Well, I'll be glad to give me an advice.</p> <p>Thank you</p> http://stackoverflow.com/questions/1813612/middleware-for-mongodb-or-couchdb-with-jquery-ajax-json-frontend 0 Middleware for MongoDB or CouchDB with jQuery Ajax/JSON frontend Tauren 2009-11-28T19:57:57Z 2009-11-28T20:47:07Z <p>I've been using the following web development stack for a few years:</p> <p>java/spring/hibernate/mysql/jetty/wicket/jquery</p> <p>For certain requirements, I'm considering switching to a NoSQL datastore with an AJAX frontend. I would probably build the frontend with jQuery and communicate with the web application middleware using JSON. I'm leaning toward MongoDB because of more dynamic query capabilities, but am still considering CouchDB.</p> <p>I'm not sure what to use in the middle. Probably something RESTful? My preference is to stick with Java (or maybe Scala or Groovy) since I'm using tools like Drools for rules and Shiro for security. But then again, I want to pick something that is quick an easy to work with, so I'm open to other solutions.</p> <p>If you are building ajax/json/nosql solutions, I'd like to hear details about what tools you are using and any pros/cons you've found to using them.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1640054/multiple-couchdb-document-fetch-with-couchdb-python 0 Multiple CouchDB Document fetch with couchdb-python dnolen 2009-10-28T20:52:25Z 2009-11-26T13:01:38Z <p>How to fetch multiple documents from CouchDB, in particular with couchdb-python?</p> http://stackoverflow.com/questions/1640653/how-do-you-use-couchdb-change-notifications-continuous-changes-from-java 0 How do you use CouchDB Change Notifications Continuous Changes from Java? Stephen 2009-10-28T22:51:56Z 2009-11-26T12:45:06Z <p>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. </p> <p>The code I am using is below. I would expect to never drop out of the while loop, but do as soon as the currently existing changes are finished being streamed. I am relatively new to both couchdb and Java so may be missing something obvious. Can anyone show me how to write this correctly?</p> <pre> URL url = new URL("[path to database here]/_changes?feed=continuous";); HttpURLConnection conn = (HttpURLConnection) url.openConnection(); conn.setDoOutput(true); conn.setUseCaches(false); conn.setRequestProperty("Connection", "Keep-Alive"); conn.setRequestMethod("GET"); BufferedReader reader = new BufferedReader(new InputStreamReader(conn.getInputStream())); String line; while((line = reader.readLine()) != null){ // do something with the line here } // Should never get here under normal circumstances reader.close(); </pre> http://stackoverflow.com/questions/1779287/small-embeddable-database-that-can-also-be-synced-over-the-network 3 Small "embeddable" database that can also be synced over the network? dF 2009-11-22T17:10:42Z 2009-11-24T15:26:55Z <p>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 <a href="http://www.sqlite.org/" rel="nofollow">SQLite</a> or <a href="http://www.equi4.com/metakit/" rel="nofollow">Metakit</a>. I don't need an SQL database, in fact storing free-form data like Python dictionaries or JSON is preferable. </p> <p>The other requirement is that to be able to run an instance of the database on a server, and have instances of my application (clients) sync the database with the server (two-way), similar to what <a href="http://couchdb.apache.org/" rel="nofollow">CouchDB</a> replication can do. </p> <p>Is there a database that will do this? </p> http://stackoverflow.com/questions/1779663/how-are-couchdb-document-ids-calculated 1 How are CouchDB Document ID's Calculated? viatropos 2009-11-22T19:17:03Z 2009-11-23T02:30:17Z <p>How are the CouchDB Document ID's calculated?</p> <p>BA1F48C5418E4E68E5183D5BD1F06476</p> <p>Thanks!</p> http://stackoverflow.com/questions/1772009/temp-view-caching 0 Temp View Caching? Timothy Baldridge 2009-11-20T17:22:21Z 2009-11-20T18:33:22Z <p>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 keys when possible. My question is this: are temp views cached by CouchDB? It seems that the first time I run one of these temp views it runs a bit slowly. After that, similar queries that use the same view code seem to execute way faster.</p> <p>So does CouchDB cache views? And if so, how long to they stay cached? If I'm hitting the database at a fairly constant rate is there much use in switching to static views?</p> http://stackoverflow.com/questions/1766741/comparing-ruby-hashes 1 Comparing ruby hashes fluid_chelsea 2009-11-19T21:37:15Z 2009-11-19T22:52:21Z <p>Hi</p> <p>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 attributes. I'm trying to determine which keys have changed, but there doesn't seem to be anything built into the Hash for this. I can think of a few brute forceish solutions, but was wondering if there is perhaps an elegant solution out there.</p> <p>Ideally I need to be able to take two hashs like so:</p> <pre><code>element1 = {:name =&gt; "Original", :description =&gt; "The original one!"} element2 = {:name =&gt; "Original", :description =&gt; "The new one!"} </code></pre> <p>And be able to compare/diff them and get something back like this:</p> <pre><code>{:description =&gt; "The new one!"} </code></pre> <p>Right now all I can really think of is iterating through the keys in one hash and comparing the value at that key to the corresponding key in the second hash, but that seems too brute forced.</p> <p>Any ideas? Thanks a lot!</p> http://stackoverflow.com/questions/1552435/what-is-couchdb-for-what-and-how-should-i-use-it 3 What is couchdb, for what and how should I use it? Natim 2009-10-12T02:35:01Z 2009-11-17T18:17:25Z <p>I hear a lot about <a href="http://couchdb.apache.org/" rel="nofollow">couchdb</a>, but after reading some documents about it, I still don't get why to use it and how.</p> <p>Could you clarify this mystery for me?</p> http://stackoverflow.com/questions/889410/language-framework-support-for-interacting-with-couchdb 1 Language/Framework support for Interacting With CouchDB Gordon 2009-05-20T18:12:30Z 2009-11-14T13:00:41Z <p>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 would be well-suited for playing with the JSON, but I am more interested in hearing about how it would fit in with the framework and the application's design.</p> http://stackoverflow.com/questions/1596440/which-python-client-library-should-i-use-for-couchdb 3 Which Python client library should I use for CouchdB? Just Some Guy 2009-10-20T18:23:05Z 2009-11-12T09:41:58Z <p>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 client library would you suggest that I use, and why?</p> <p>This would be easier if there was any overlap on the OSes we use. FreeBSD only has <a href="http://code.google.com/p/py-simplecouchdb/" rel="nofollow">py-simplecouchdb</a> already available in its ports collection, but that library's project website says to use <a href="http://bitbucket.org/benoitc/couchdbkit/" rel="nofollow">CouchDBKit</a> instead. Neither of those come with Ubuntu, which only ships with <a href="http://pypi.python.org/pypi/CouchDB" rel="nofollow">CouchDB</a>. Since those two OSes don't have an libraries in common, I'll probably be installing something from source (and hopefully submitting packages to the Ubuntu and FreeBSD folks if I have time).</p> <p>For those interested, I'd like to use CouchDB as a convenient intermediate storage place for data passed between various services - think of a message bus system but with less formality. For example, we have daemons that download and parse web pages, then send interesting bits to other daemons for further processing. A lot of those objects are ill-defined until runtime ("here's some HTML, plus a set of metadata, and some actions to run on it"). Rather than serialize it to an ad-hoc local network protocol or stick it in PostgreSQL, I'd much rather use something designed for the purpose. We're currently using <a href="http://www.lindaspaces.com/products/NWS_overview.html" rel="nofollow">NetWorkSpaces</a> in this role, but it doesn't have nearly the breadth of support or the user community of CouchDB.</p> http://stackoverflow.com/questions/1555891/visual-studio-edit-source-code-located-in-a-database 0 Visual Studio - Edit source code located in a database mfeingold 2009-10-12T17:32:46Z 2009-11-11T21:07:02Z <p>I am building something similar to Server Explorer for Apache CouchDB. One of the things necessary is to be able to edit CouchDB view definitions which in CouchDB are JavaScript functions. </p> <p>How can I trick Visual Studio into using my object to retrieve and save the content of the JavaScript function but still use the rest of it - I am happy with editor itself and have no intention of writing my own Editor/Language Service, etc. The latter would be much bigger effort than what this project warrants</p> <p><strong>Edit</strong></p> <p>After more digging I am still stuck. Here is what I know: <code>IVsUIShellOpenDocument</code> interface provides a method <code>OpenStandardEditor</code> which can be used to open the standard Visual Studio editor. As one of the parameters this method takes a Pointer to the IUnknown interface of the document data object. This object is supposed to implement several interfaces described in many places all over the MSDN. </p> <p>Visual Studio SDK also provides a 'sample' implementation of the document data object <code>VsTextBufferClass</code>. I can create an instance of this class and when I pass the pointer to the instance to the <code>OpenStandardEditor</code> I can see my editor and it seems to work ok.</p> <p>When I try to implement my own class implementing the same interfaces (<code>IVsTextBuffer</code>, <code>VsTextBuffer</code>, <code>IVsTextLines</code>) <code>OpenStandardEditor</code> method returns success, but VS bombs out on call <code>editor.Show()</code> with an access violation. </p> <p>My suspicion is that VsTextBufferClass also implements some other interface(s) but not in C# way but rather in the good old COM way. I just do not know which one(s).</p> <p>Any thoughts? </p> http://stackoverflow.com/questions/1180474/what-is-the-maximum-value-for-a-compound-couchdb-key 2 What is the maximum value for a compound CouchDB key? James A. Rosen 2009-07-24T22:25:19Z 2009-11-10T18:45:24Z <p>I'm using what seems to be a common trick for creating a join view:</p> <pre><code>// a Customer has many Orders; show them together in one view: function(doc) { if (doc.Type == "customer") { emit([doc._id, 0], doc); } else if (doc.Type == "order") { emit([doc.customer_id, 1], doc); } } </code></pre> <p>I know I can use the following query to get a single <code>customer</code> and all related <code>Order</code>s:</p> <pre><code>?startkey=["some_customer_id"]&amp;endkey=["some_customer_id", 2] </code></pre> <p>But now I've tied my query <em>very</em> closely to my view code. Is there a value I can put where I put my "<code>2</code>" to more clearly say, "I want <em>everything</em> tied to this Customer"? I think I've seen</p> <pre><code>?startkey=["some_customer_id"]&amp;endkey=["some_customer_id", {}] </code></pre> <p>But I'm not sure that <code>{}</code> is <em>certain</em> to sort <em>after</em> everything else.</p> <p>Credit to <a href="http://www.cmlenz.net/archives/2007/10/couchdb-joins" rel="nofollow">cmlenz</a> for the join method.</p> <p>Further clarification from the <a href="http://wiki.apache.org/couchdb/View%5Fcollation" rel="nofollow">CouchDB wiki page on collation</a>:</p> <blockquote> <p>The query <code>startkey=["foo"]&amp;endkey=["foo",{}]</code> will match most array keys with "foo" in the first element, such as <code>["foo","bar"]</code> and <code>["foo",["bar","baz"]]</code>. However it will not match <code>["foo",{"an":"object"}]</code></p> </blockquote> <p>So <code>{}</code> is <em>late</em> in the sort order, but definitely not <em>last</em>.</p> http://stackoverflow.com/questions/1483951/couchdb-view-question 1 CouchDB view question kristian nissen 2009-09-27T17:00:11Z 2009-11-07T23:41:38Z <p>What am I missing here?</p> <p>When I access /mydatabase/_design/assets/_view/all (<a href="http://en.wikipedia.org/wiki/CouchDB" rel="nofollow">CouchDB</a>) I'm getting:</p> <pre><code>"{"error":"EXIT","reason":"{function_clause,\n [{couch_httpd,handle_db_request,\n [{mochiweb_request, ..." </code></pre> <p>This is my view document:</p> <pre><code>{"_id":"_design\/assets","_rev":"4243492989","language":"javascript","views":{"all":{"map":"function(doc) { if (doc.type == 'asset') { emit(doc.name, doc); }}"}}} </code></pre> http://stackoverflow.com/questions/1693412/couchdb-vs-mysql-speed 2 couchdb vs mysql speed valya 2009-11-07T15:30:16Z 2009-11-07T16:41:30Z <p>What can you tell about speed of couchdb and mysql databases?</p> <p>I mean, very simple requests like getting one row (or one document) by unique id and simple requests like getting the 20 ids/rows/documents with the biggest date (of course, using indexes and views etc - don't really know how it works in CouchDB but I'm pretty sure there is something. Please don't send me learn how CouchDB works: I'm going to learn it, but I need a perfomance comparison anyway).</p> <p>Thanks!</p> <p><hr></p> <p>As I realized from the links in the first answer, while I have only one server for DB, it's a lot better to use MySQL?</p> http://stackoverflow.com/questions/1680408/couchdb-a-real-world-example 2 CouchDB a real world example RageZ 2009-11-05T12:59:08Z 2009-11-06T02:53:30Z <p>Hello stackoverflow gurus,</p> <p>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, tables, primary keys and so much more. I decided myself to try it myself.Only problem it seems I am unable to figure out how it works. </p> <p>Like for a start I would like to code a web contact manager using couchDB. The project would enable user to do basic stuff like</p> <ul> <li>Create/Edit/Delete contacts</li> <li>see a list of their contact ordered</li> <li>search them on various criteria</li> </ul> <p>So how do I start ? </p> <p>Here some of my thoughts </p> <ul> <li>create a database per user like July, Ann</li> <li>in those DB, add some document with type contact, the document would look like this at first place see code 1</li> <li>create/edit/delete is straight forward just need to do the PUT,POST,DELETE in the good database</li> <li>searching would be handled by couchdb-lucene like dnolen suggested</li> </ul> <p>now here come the difficult part, I don't really understand the whole map/reduce concept and how I can use that to do the jobs I used to do with SQL. Also with views how do you handle paging, also grouping. </p> <p>I would like to build a screen with a paging set of links something like this</p> John, Doe Johny, Hallyday Jon, Skeet A B C D E F **J** etc .... <p>what view should I create to achieve that, if you can provide samples it would wonderful.</p> <p>Thanks for your suggestions</p> <p>Contact document.</p> <pre><code>{ type: 'contact', firstname: 'firstname', lastname: 'lastname', email: ['home': 'foobar@foobar.net', 'work': 'foobar@foobar-working.net'], phone: ['home': '+81 00 0000 0000'], address: [] ... some other fields maybe ... } </code></pre> http://stackoverflow.com/questions/1674089/what-is-the-idiomatic-way-to-implement-foreign-keys-in-couchdb 1 What is the idiomatic way to implement foreign keys in CouchDB? rrc7cz 2009-11-04T14:27:50Z 2009-11-05T02:50:10Z <p>Let me state a simple example: You have an Order and a Shopping Cart. One way I envision persisting this is to save an Order document and a Cart document. The Order document could have a field called "shopping-cart" whose value is the UUID of the relevant Cart document. Another way I can imagine doing this is to save an Order document with the "shopping-cart" field containing an associative array of the entire Cart. In other words, instead of saving the Cart explicitly as an independent document, I embed the Cart document in the Order document. </p> <p>What if we decide later that a Cart should be persistent, so a returning user will find his half-finished Cart waiting for him across sessions? I imagine we could then combine both methods, keeping the Cart separate while it's incomplete and embedding it in the Order document when it's finalized/purchased.</p> <p>Both methods would work, though I worry about CouchDB not having foreign key constraints; in the first method the Cart document could be deleted, leaving you with a corrupt data set.</p> <p>How do you decide which method to use? Is one of these methods more idiomatic to CouchDB? Are there any methods I missed?</p> <p>I'm new to CouchDB so it's difficult for me to see the advantages/disadvantages to having a more or less normalized structure.</p> http://stackoverflow.com/questions/1674662/nested-databases-in-couchdb 0 Nested databases in CouchDB rrc7cz 2009-11-04T15:46:13Z 2009-11-05T02:30:13Z <p>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. Within each database I might want a Users database, an Orders database, etc. to contain the various user documents, order documents, and so forth.</p> <p>The obvious way seems to be a flat structure where the database name demarcates the artificial boundary between database nesting levels with a hyphen:</p> <pre><code>myblog.com-users myblog.com-posts myblog.com-comments anotherblog.com-users anotherblog.com-posts anotherblog.com-comments ...hundreds more... </code></pre> <p>Another solution would be to keep the lower-level databases and mark each document with the top-level value:</p> <p><strong>users</strong> database containing a document <em>User1</em>, with field <em>instance="Test"</em> or a field <em>domain="myblog.com"</em></p> http://stackoverflow.com/questions/1588708/what-are-the-use-cases-for-non-relational-datastores 1 What are the use cases for non relational datastores? chiggsy 2009-10-19T13:36:49Z 2009-10-30T13:14:30Z <p>I'm looking at using CouchDB for one project and the GAE app engine datastore in the other. For relational stuff I tend to use postgres, although I much prefer an ORM. </p> <p>Anyway, what use cases suit non relational datastores best?</p> http://stackoverflow.com/questions/167716/what-is-the-difference-between-couchdb-and-lotus-notes 9 What is the difference between CouchDB and Lotus Notes? fooledbyprimes 2008-10-03T16:22:24Z 2009-10-30T07:15:01Z <p>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?</p> http://stackoverflow.com/questions/28975/anyone-using-couchdb 29 Anyone using CouchDB? reefnet_alex 2008-08-26T19:55:29Z 2009-10-25T19:22:37Z <p>I've followed the <a href="http://incubator.apache.org/couchdb/index.html" rel="nofollow">CouchDB</a> 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 <em>do not use for production code</em> type disclaimers, so I'd done no more than keep an eye on it. I'd be interested to know your experiences if you've been using CouchDB either for a live project, or a technology pilot. </p> http://stackoverflow.com/questions/1617309/which-keyvalue-store-to-use-with-python 3 Which key:value store to use with Python? Kurt 2009-10-24T07:48:35Z 2009-10-25T07:02:56Z <p>So I'm looking at various key:value (where value is either strictly a single value or possibly an object) stores for use with Python, and have found a few promising ones. I have no specific requirement as of yet because I am in the evaluation phase. I'm looking for what's good, what's bad, what are the corner cases these things handle well or don't, etc. I'm sure some of you have already tried them out so I'd love to hear your findings/problems/etc. on the various key:value stores with Python. I'm looking primarily at:</p> <p>memcached - <a href="http://www.danga.com/memcached/" rel="nofollow">http://www.danga.com/memcached/</a> python clients: <a href="http://pypi.python.org/pypi/python-memcached/1.40" rel="nofollow">http://pypi.python.org/pypi/python-memcached/1.40</a> <a href="http://www.tummy.com/Community/software/python-memcached/" rel="nofollow">http://www.tummy.com/Community/software/python-memcached/</a></p> <p>CouchDB - <a href="http://couchdb.apache.org/" rel="nofollow">http://couchdb.apache.org/</a> python clients: <a href="http://code.google.com/p/couchdb-python/" rel="nofollow">http://code.google.com/p/couchdb-python/</a></p> <p>Tokyo Tyrant - <a href="http://1978th.net/tokyotyrant/" rel="nofollow">http://1978th.net/tokyotyrant/</a> python clients: <a href="http://code.google.com/p/pytyrant/" rel="nofollow">http://code.google.com/p/pytyrant/</a></p> <p>Lightcloud - <a href="http://opensource.plurk.com/LightCloud/" rel="nofollow">http://opensource.plurk.com/LightCloud/</a> Based on Tokyo Tyrant, written in Python</p> <p>Redis - <a href="http://code.google.com/p/redis/" rel="nofollow">http://code.google.com/p/redis/</a> python clients: <a href="http://pypi.python.org/pypi/txredis/0.1.1" rel="nofollow">http://pypi.python.org/pypi/txredis/0.1.1</a></p> <p>MemcacheDB - <a href="http://memcachedb.org/" rel="nofollow">http://memcachedb.org/</a></p> <p>So I started benchmarking (simply inserting keys and reading them) using a simple count to generate numeric keys and a value of "A short string of text":</p> <p>memcached: CentOS 5.3/python-2.4.3-24.el5_3.6, libevent 1.4.12-stable, memcached 1.4.2 with default settings, 1 gig memory, 14,000 inserts per second, 16,000 seconds to read. No real optimization, nice.</p> <p>memcachedb claims on the order of 17,000 to 23,000 inserts per second, 44,000 to 64,000 reads per second.</p> <p>I'm also wondering how the others stack up speed wise.</p>