-
An Erlang Matrix Module
A simple matrix module written in Erlang, using lists rather than tuples as its main implementation detail, which provides a number of standard matrix operations without the excessive copying and overhead that existing modules exhibit.
-
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.