| Projects on Google Code | Results 1 - 10 of 54 |
=jcouchdb=
jcouchdb is a java5 couchdb driver using the [http://code.google.com/p/svenson/ svenson JSON library].
It offers features to support the full range from totally dynamic parsing to parsing into concrete java POJOs, including a mix in between.
jcouchdb is in the early stages of dev...
Python library for working with [http://couchdb.com/ CouchDB].
This package currently encompasses four primary modules:
* `couchdb.client`: the basic client library
* `couchdb.design`: management of design documents
* `couchdb.schema`: a higher-lever API for mapping between CouchDB document...
A FUSE interface to CouchDB.
From the [http://www.jasondavies.com/blog/2008/11/25/edit-couchdb-attachments-directly-with-couchdb-fuse/ blog post]:
==Use Cases==
* If you've read [http://jchris.mfdz.com/code/2008/11/my_couch_or_yours__shareable_ap My Couch or Yours? Shareable Apps Are The ...
----
=The primary home page for the Lounge has MOVED: http://tilgovi.github.com/couchdb-lounge/=
===The svn repository herein is no longer guaranteed to be up to date.===
----
The Lounge is a proxy-based partitioning/clustering framework for CouchDB, originally written by Kevin Ferguson, Vij...
=About NCouch=
NCouch is a .NET Adapter for the CouchDB document database.
Project is currently in the *prototyping phase*. This means that:
* the architecture and logic will change a lot before getting stabilized;
* issue tracker is disabled;
* binary downloads are not available;
...
CouchUnit is a JUnit extension to help administer tests run against CouchDB. It mimicks the syntax and feel of DBUnit by helping developers write tests that load XML style datasets to place databases in known states between integration tests.
Written in Java, couchunit is a single jar (with 2 dep...
couchdb,
java,
unit,
testing,
integration,
junit,
dbunit,
json,
dataset,
document,
integration-test,
integration-testing
CouchQL speeds up the creation of CouchDB views by automatically generating them based on a simple SQL like query.
The following query will select all documents with a member 'x' whose value is greater than five.
{{{
SELECT * FROM _ WHERE x > 5
}}}
An MD5 is calculated for the query an us...
An updated java library for interacting with the newer JSON-based CouchDB.
----
After looking into CouchDB, I attempted to use the existing couchdb-lib project from
egor.margineanu. However, the original CouchDB used an XML document
format, but the latest uses JSON for it's document format. ...
C++ library for communicating with Apache CouchDB
===Installing===
Download one of the source tarballs under the [http://code.google.com/p/couchdbpp/downloads/list downloads] tab, extract the tarball (e.g. tar -zxf couchdb++`*`.tar.gz), and read the included INSTALL file for notes on installin...
Studiolicious is an experiment in enabling musicians with an easy, asynchronous means of collaborative production. Users will be able to push tracks and mix configurations into a CouchDb instance which can then be replicated.