An open API service indexing awesome lists of open source software.

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.

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
```