https://github.com/dflemstr/sparkey-rs
High-level bindings to Sparkey, a simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
https://github.com/dflemstr/sparkey-rs
Last synced: 11 months ago
JSON representation
High-level bindings to Sparkey, a simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
- Host: GitHub
- URL: https://github.com/dflemstr/sparkey-rs
- Owner: dflemstr
- Created: 2016-12-08T23:46:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T16:21:29.000Z (about 7 years ago)
- Last Synced: 2025-07-16T19:59:37.731Z (12 months ago)
- Language: C
- Homepage:
- Size: 32.2 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sparkey-rs
High-level bindings to Sparkey, a simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
## Installing the CLI
Simply run:
```
cargo install --force --git https://github.com/dflemstr/sparkey-rs.git
```