Random thoughts on web and software development, as well as other geek
and non-geek stuff. Brought to you by
Christopher Lenz.
Posts in “couchdb”
- Incubator4j
-
March 28, 2008
8:38 AM
- Quick look at the diversity in terms of programming languages of the projects currently incubating at the ASF.
- in
apache,
couchdb
- Python httplib Performance Problems
-
March 25, 2008
1:50 PM
- Having trouble figuring out an awkward performance issue with Python httplib on Linux.
- in
couchdb,
python,
web development
- CouchDB, XML, and E4X
-
March 4, 2008
6:09 PM
- On the upcoming E4X support in CouchDB.
- in
couchdb
- Eating My Own Dogfood
-
January 18, 2008
6:46 PM
- After a couple of years of hosting on TypePad, I've finally managed to move this site onto my own server (a Linode virtual host), running on top of my currently favored set of tools.
- in
babel,
couchdb,
genshi,
python,
web development
- CouchDB "Joins"
-
October 25, 2007
12:34 AM
- I've been playing more and more with CouchDB lately. After putting together a Python library, I worked on a brand new included HTML/AJAX interface. Now I'm starting to dive into the Erlang code, which is my first serious encounter with Erlang. In particular, I started a branch that aims to replace the HTTP server underpinnings with Bob Ippolito´s not-quite-released-yet Mochiweb library.
- in
couchdb,
python,
web development
- CouchDB via Python
-
September 27, 2007
9:42 PM
- I've been playing with CouchDB lately, which looks like an interesting approach to data storage in many kinds of web applications. It's basically the backend part of Lotus Notes, but done right. (I'm actually old enough to have done my share of Notes development, and it sucked badly. I still think CouchDB is intriguing.)
- in
couchdb,
python,
web development