Description
eCouch is an Erlang application that provides access to CouchDb servers.
Characteristics
- eCouch is an application that provides an API to a CouchDb server
- It uses the rfc4627 module from LShift
- eCouch design was inspired by the article Building a Non-blocking TCP server using OTP principles
- It assumes that inets application is running
Features
- Follows all the OTP design principles
- Can run stand-alone with its own supervision tree or be included inside an existing supervision tree
- Guarantees synchronism between calls and their responses
Documentation
Copyright
Copyright © 2008 Vitor Rodrigues <vitor tarpipe (dot) com>