https://github.com/fvilers/bitcask
A log-structured hash table for fast key/value data
https://github.com/fvilers/bitcask
bitcask key-value kv-store repl
Last synced: over 1 year ago
JSON representation
A log-structured hash table for fast key/value data
- Host: GitHub
- URL: https://github.com/fvilers/bitcask
- Owner: fvilers
- License: mit
- Created: 2023-02-19T08:57:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T10:45:48.000Z (over 3 years ago)
- Last Synced: 2025-01-25T13:41:49.883Z (over 1 year ago)
- Topics: bitcask, key-value, kv-store, repl
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcask
A log-structured hash table for fast key/value data
## Workspace
This workspace contains packages related to the bitcask implementation:
- [bitcask-lib](bitcask-lib/README.md): a disk based KV store inspired by the Bitcask implementation
- [bitcask-repl](bitcask-repl/README.md): a REPL executable for querying a Bitcask datastore