Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leo-project/erocksdb
- Owner: leo-project
- Created: 2014-12-10T01:09:01.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-24T11:44:44.000Z (over 5 years ago)
- Last Synced: 2024-04-27T00:24:24.186Z (9 months ago)
- Topics: erlang, rocksdb
- Language: C++
- Size: 3.24 MB
- Stars: 68
- Watchers: 12
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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/).