Ecosyste.ms: Awesome

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

https://github.com/prologic/bitcask

πŸ”‘ A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
https://github.com/prologic/bitcask

bitcask database db go golang key-value kv kvstore lsm radix trie wal

Last synced: 3 months ago
JSON representation

πŸ”‘ A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.

Lists

README

        

# bitcask
πŸ”‘ A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.

This project is managed at [git.mills.io/prologic/bitcask](https://git.mills.io/prologic/bitcask)

## Usage v1

```#!go
import "git.mills.io/prologic/bitcask"
```

## Usage v2

Coming soonβ„’

## Contributing

```#!console
git clone https://git.mills.io/prologic/bitcask.git
```

Please either contact [me](https://prologic.shortcircuit.net.au) for an account on my Gitea instance that matches your Github account or send Git patches via email.