Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k2informaticsgmbh/erlimem

Erlang driver for IMEM DB
https://github.com/k2informaticsgmbh/erlimem

erlang erlang-driver imem-db

Last synced: about 2 months ago
JSON representation

Erlang driver for IMEM DB

Awesome Lists containing this project

README

        

# erlimem : Erlang driver for IMEM DB

[![Build Status](https://travis-ci.org/K2InformaticsGmbH/erlimem.svg?branch=master)](https://travis-ci.org/K2InformaticsGmbH/erlimem) [![Coverage Status](https://coveralls.io/repos/github/K2InformaticsGmbH/erlimem/badge.svg?branch=master)](https://coveralls.io/github/K2InformaticsGmbH/erlimem?branch=master)

## Compile and tests
```sh
rebar3 as test compile
rebar3 do eunit, cover
```