Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leo-project/erocksdb

Erlang bindings to RocksDB datastore
https://github.com/leo-project/erocksdb

erlang rocksdb

Last synced: 3 months ago
JSON representation

Erlang bindings to RocksDB datastore

Awesome Lists containing this project

README

        

erocksdb
========

[![Build Status](https://travis-ci.org/leo-project/erocksdb.svg?branch=develop)](http://travis-ci.org/leo-project/erocksdb)

Erlang bindings to [RocksDB](https://github.com/facebook/rocksdb) datastore.

## Build Information

* "erocksdb" uses the [rebar](https://github.com/rebar/rebar) build system. Makefile so that simply running "make" at the top level should work.
* "erocksdb" requires Erlang R16B03-1 or later.

## Status

Passed all the tests derived from [eleveldb](https://github.com/basho/eleveldb)

## Versioning

The release version follows the RocksDB's one.
For instance, if the version of erocksdb is 4.13.5 then the version of RocksDB erocksdb binds is also 4.13.5.

## License

erocksdb's license is [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

## Codebase

This code is based on [basho’s eleveldb](https://github.com/basho/eleveldb).

## Sponsors

LeoProject/LeoFS is sponsored by [Rakuten, Inc.](http://global.rakuten.com/corp/) and supported by [Rakuten Institute of Technology](http://rit.rakuten.co.jp/).