cabol / dberl

NoSQL DB access tool written in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NoSQL DB access tool written in Erlang.

License:Apache License 2.0


Languages

Language:Erlang 88.7%Language:Shell 9.0%Language:Makefile 2.3%