Python on the Couch
CouchDB is an open source, document-oriented NoSQL Database Management Server. It supports queries via views using MapReduce and replication. The talk will give an overview of CouchDB followed by how to access and manipulate using Python. There are a number of python libraries for accessing Couchdb and these will be …