Hip? Who talks like that?
24 May
I have been working on this ‘little’ project I call NodeDB, a document-oriented database written entirely in Python. My work on it continues, but there may be others that are interested in helping. If you are out there you can find the code at http://code.tragicallyleet.com/hg/nodedb. Patches can be submitted on a great little tool called Review Board at http://review.tragicallyleet.com.
12 May
So I have this little project called NodeDB. It is a Python powered document oriented database similar in some ways to CouchDB, Amazon Simple DB, or Google BigTables. It is barely big enough to be considered a project at this point but I believe in releasing early and often.
Today I released the second alpha of version 0.1.0… How is that for hedging my bets? This release includes:
The next alpha version (slated to release in a couple of weeks) will add the beginnings of an indexing system and configuration files.
You can find my little project in its source code repository or on PyPi.