Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.*