public
Description: Erlang Couchdb kit.
Homepage: http://benoitc.github.com/couchbeam
Clone URL: git://github.com/benoitc/couchbeam.git
name age message
file .gitignore Mon Oct 19 22:14:49 -0700 2009 use lhttpc:request. [benoitc]
file .hgignore Wed Oct 07 13:35:07 -0700 2009 add doc [benoitc]
file .hgtags Fri Oct 16 13:26:24 -0700 2009 Added tag 0.3 for changeset 80924d02e301 [benoitc]
file Emakefile Tue Sep 29 03:09:11 -0700 2009 fix couchbeam_manager, so we use ets. fix db te... [benoitc]
file LICENSE Mon Oct 19 22:04:13 -0700 2009 define subcomponent [benoitc]
file Makefile Mon Oct 19 22:14:49 -0700 2009 use lhttpc:request. [benoitc]
file README.md Sat Oct 24 12:04:45 -0700 2009 bump version number. [benoitc]
directory deps/ Sun Nov 01 12:36:27 -0800 2009 key in params could be atom, binary or list [benoitc]
directory doc/ Mon Oct 19 22:14:49 -0700 2009 use lhttpc:request. [benoitc]
directory ebin/ Wed Sep 30 01:07:09 -0700 2009 make sure ebin is always here beter for make [benoitc]
directory examples/ Mon Nov 23 14:44:03 -0800 2009 module name [benoitc]
directory include/ Sun Nov 22 13:58:49 -0800 2009 bump version number [benoitc]
directory src/ Sun Nov 22 13:58:49 -0800 2009 bump version number [benoitc]
directory t/ Sun Nov 22 02:59:31 -0800 2009 fix issue #16. extend doc by a property or a li... [benoitc]
README.md

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'.