Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahrefs/ocaml-ahrocksdb
OCaml bindings for RocksDB
https://github.com/ahrefs/ocaml-ahrocksdb
Last synced: about 1 month ago
JSON representation
OCaml bindings for RocksDB
- Host: GitHub
- URL: https://github.com/ahrefs/ocaml-ahrocksdb
- Owner: ahrefs
- License: mit
- Created: 2018-11-27T06:49:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T14:49:49.000Z (about 1 year ago)
- Last Synced: 2024-12-16T19:17:41.463Z (about 1 month ago)
- Language: OCaml
- Size: 227 KB
- Stars: 20
- Watchers: 35
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - ocaml-ahrocksdb
README
# ocaml-ahrocksdb -- a binding to RocksDB
This is a binding to Facebook's RocksDB.
Early prototype of this library based on [orocksdb](https://github.com/domsj/orocksdb), we decided to rewrite our own binding to make use of Ctypes's stubs generators instead of the dynamic mode used in orocksdb.
It is currently based and was tested against RocksDB 5.14fb, and should work with newer versions of this library.
## API changes and contributions
While we do not plan big changes in what is already implemented, we do not guarantee the stability of these APIs.
Some APIs could definitely use improvements (moving the current configuration system to a builder-like pattern),
and some breakage may or may-not happen.Pull requests to improve any parts of the library are however welcome, whether they are related to
tests, binding coverage, or API improvements, feel free to open an issue to discuss changes.