https://github.com/yetanalytics/reek
A simple library wrapping the riak protocol buffers interface.
https://github.com/yetanalytics/reek
Last synced: 6 months ago
JSON representation
A simple library wrapping the riak protocol buffers interface.
- Host: GitHub
- URL: https://github.com/yetanalytics/reek
- Owner: yetanalytics
- License: epl-1.0
- Created: 2016-02-11T18:50:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T16:27:39.000Z (about 10 years ago)
- Last Synced: 2024-12-27T23:13:24.401Z (over 1 year ago)
- Language: Clojure
- Size: 19.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# reek
A (very) simple wrapper around [kria](https://github.com/bluemont/kria) for binary key value storage.
## Usage
Reek exposes a small subset of Riak's functionality for the specific use case of synchronously reading and writing arbitrary binary data (with string keys), leveraging secondary indexes (2i). You must use the levelDB backend for it to work. Only binary secondary indexes are supported.
## License
Copyright © 2016 Yet Analytics
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.