This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Oct 19 22:14:49 -0700 2009 | |
| |
.hgignore | Wed Oct 07 13:35:07 -0700 2009 | |
| |
.hgtags | Fri Oct 16 13:26:24 -0700 2009 | |
| |
Emakefile | Tue Sep 29 03:09:11 -0700 2009 | |
| |
LICENSE | Mon Oct 19 22:04:13 -0700 2009 | |
| |
Makefile | Mon Oct 19 22:14:49 -0700 2009 | |
| |
README.md | Sat Oct 24 12:04:45 -0700 2009 | |
| |
deps/ | Sun Nov 01 12:36:27 -0800 2009 | |
| |
doc/ | Mon Oct 19 22:14:49 -0700 2009 | |
| |
ebin/ | Wed Sep 30 01:07:09 -0700 2009 | |
| |
examples/ | Mon Nov 23 14:44:03 -0800 2009 | |
| |
include/ | Sun Nov 22 13:58:49 -0800 2009 | |
| |
src/ | Sun Nov 22 13:58:49 -0800 2009 | |
| |
t/ | Sun Nov 22 02:59:31 -0800 2009 |
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'.







