- Steve Storey is a hobby coder and professional application architect at MOO, a London-based online printing company. - MOO's technology stack currently uses a LAMP stack on Debian, but CouchDB is being evaluated as a potential NoSQL option due to its document-based data model and RESTful HTTP interface. - CouchDB is a document store that allows developer-defined views on documents using map-reduce functions. It has built-in fault tolerant replication and a REST API, making it suitable for storing hierarchical and schema-less data like MOO uses.