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: 27 days 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.
- Host: GitHub
- URL: https://github.com/prologic/bitcask
- Owner: prologic
- Created: 2021-07-12T14:52:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T04:28:24.000Z (about 1 year ago)
- Last Synced: 2024-08-01T17:25:09.136Z (3 months ago)
- Topics: bitcask, database, db, go, golang, key-value, kv, kvstore, lsm, radix, trie, wal
- Homepage: https://git.mills.io/prologic/bitcask
- Size: 1.95 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go-storage - Bitcask - Bitcask is an embeddable, persistent and fast key-value (KV) database written in pure Go with predictable read/write performance, low latency and high throughput thanks to the bitcask on-disk layout (LSM+WAL). (Key-Value Store)
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.