Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 958 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 958 Bytes

couchbeam 0.4 - 2009 (c) Benoît Chesneau benoitc@e-engura.org

couchbeam is a simple erlang CouchDB framework. couchbeam provides you a full featured and easy client to access and manage multiple couchdb Nodes.

Couchbeam is under Apache License 2. see LICENSE file for more details.

Full documentation of the project is on this url.

requirements

  • Erlang/OTP R12-B or newer (compiler to build, kernel,stdlib,ssl,crypto to run)
  • GNU Make (might actually build with some other make as well)
  • Etap (for testing)

installation

To bulid the application simply run 'make'. This should build .beam, .app files and documentation.

Code integrate lhttpc but use your own as well.

To run tests run 'make test'. To generate doc, run 'make docs'.