Skip to content

cabol/dberl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dberl

Authors: Carlos Andres Bolaños R.A. (candres@niagara.io).

NoSQL DB access tool written in Erlang.

DBERL is also influenced by SumoDB, but focused on NoSQL databases (specially K/V, Document-Oriented and Column-Family).

About

DBERL is a framework/tool to make interaction with NoSQL databases from Erlang apps simpler and easier.

Building dberl

Assuming you have a working Erlang (17 or later) installation, building dberl should be as simple as:

$ git clone https://github.com/cabol/dberl.git
$ cd dberl
$ make

DB Providers

Currently only Couchbase provider is supported.

Coming soon: MongoDB, Cassandra, Riak.

Examples

See examples.

Running Tests

$ make tests