Snakes on a Couch! Using Python with CouchDB
I've been learning CouchDB, the hot NoSQL database, as part of my new job. It's interesting -- a very different mindset compared to classic databases like MySQL.There's a fairly good Python package for it, python-couchdb ... but the documentation is somewhat incomplete and there's very little else written about it, and virtually no sample code to steal.
That makes it a perfect topic for a Linux Planet tutorial! So here it is, Part 1:
Snakes on a Couch! Using Python with CouchDB.
I have a rather fun application for the database I introduce in the article, but you'll have to wait until Part 2, two weeks from now, to see the details.
[ 11:55 Sep 23, 2010 More writing | permalink to this entry | ]