Skip to content
technocake edited this page Mar 3, 2012 · 1 revision

We use couchDB as the means of communication between the netchallonged.py server and the web framework.

=== python-couchdb === This is the bindings we use for python for interfacing with the couchdb. It also has higher level functionality, making the mapping between python objects and the dbs documents more fluent. (They proclaim). Lets see if this is the reallity. http://code.google.com/p/couchdb-python/

apt-get install python-couchdb pip ???

Here is a guide http://wiki.apache.org/couchdb/CouchIn15Minutes

Clone this wiki locally