Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcroxx/runkv
[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
https://github.com/mrcroxx/runkv
database kv rust storage toy
Last synced: 18 days ago
JSON representation
[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
- Host: GitHub
- URL: https://github.com/mrcroxx/runkv
- Owner: MrCroxx
- License: mit
- Created: 2022-03-09T02:09:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T07:47:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T17:32:02.183Z (about 1 month ago)
- Topics: database, kv, rust, storage, toy
- Language: Rust
- Homepage:
- Size: 810 KB
- Stars: 68
- Watchers: 4
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunKV
![main](https://github.com/MrCroxx/RunKV/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/MrCroxx/RunKV/branch/main/graph/badge.svg?token=LKT7JWROUW)](https://codecov.io/gh/MrCroxx/RunKV)**Still working in progress.**
**TOY ONLY!**
RunKV is an experimental key-value storage engine for OLTP workload based on S3 and EBS. The goal is to reduce storage costs while the performace fallback is tolerable.
*This is my master graduation project. Better gonna run, or I must run.*