-
Giving Back: My 2011 Manifesto
Open source projects have immeasurably changed the world and my life for the better. With no formal employment for the bulk of 2011, I pledge to give time and effort to people that need help, and projects that inspire me.
-
Using Multiple Start and End Keys for CouchDB Views
Describing how to patch CouchDB 0.10.1 to query views with multiple start and end key ranges in one request.
-
Handling JSON Objects in CouchDB Native Erlang Views
Using CouchDB Erlang views can be confusing when your documents contain JSON objects. Understanding how Couch processes JSON internally and making use of Erlang pattern matching smoothes the way.
-
CouchDB For A Real-Time Monitoring System
CouchDB is a promising young technology offering an alternative to Postgres and other SQL-based datastores for fast retrieval and aggregation of data. Here, I discuss findings on its suitability for a real-time monitoring system.