O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by dampier : Dec 10 2010 09:41 PM
MongoLab is doing an elegant job of putting a RESTful facade on top of MongoDB.
The API is clean and lightweight, and of course with MongoDB interactive / ad-hoc queries are not a problem.
MongoLab ... full answer >
Querying CouchDB can be confusing to someone familiar with querying a relational database. This excerpt from Anderson, Lehnardt, & Slater's CouchDB: The Definitive Guide introduces you to using ...
CouchDB comes with a built-in admin interface called Futon. This excerpt from Anderson, Lehnardt, and Slater's CouchDB: The Definitive Guide introduces you to Futon and will run through some of the ...
In this excerpt from CouchDB: The Definitive Guide the authors urge developers to kick back and get to know this document-oriented database and its RESTful interface.
Apache CouchDB is one of a new...
The Grant XML file from Recovery.gov contains information about approximately 61,000 federal grants that comprise the Recovery Act of 2009.
If you want to do this yourself on your own instance of ...
The Grant XML file from Recovery.gov contains information about approximately 61,000 federal grants that comprise the Recovery Act of 2009. While you could go through the trouble of loading this dat...
The easiest way to install CouchDB on OSX is to download the CouchDBX distribution. This distribution packages together all of the various CouchDB dependencies and exposes CouchDB as an application ...