Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keathley/elixir_rocksdb
https://github.com/keathley/elixir_rocksdb
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keathley/elixir_rocksdb
- Owner: keathley
- Created: 2017-10-22T19:55:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T20:00:44.000Z (about 7 years ago)
- Last Synced: 2024-11-02T03:05:55.834Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Rocksdb
Elixir bindings for rocksdb.
## Building
I've only tested this on MacOS currently. You'll need rocksdb 5.8 installed through
homebrew. If you've done that then you should be able to run `make db` and `./db`.