I saw this sign on a fence around a debris dam.
It's good to see that LA County cares so much about keeping track of
the local deer population that it maintains a special database for them.
Tags: humor, database
[
10:20 Nov 25, 2012
More humor |
permalink to this entry |
comments
]
Part II of my CouchDB tutorial is out at Linux Planet.
In it, I use Python and CouchDB to write a simple application
that keeps track of which restaurants you've been to recently,
and to suggest new places to eat where you haven't been.
Snakes
on a Couch, Part 2: Where do you want to eat?
Tags: writing, python, programming, database, couchdb
[
20:00 Oct 15, 2010
More writing |
permalink to this entry |
comments
]
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.
Tags: writing, python, programming, database, couchdb
[
10:55 Sep 23, 2010
More writing |
permalink to this entry |
comments
]