All Projects → yetone → mirdb

yetone / mirdb

Licence: other
MirDB: A Persistent Key-Value Store with Memcached protocol.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to mirdb

qed
The scalable, auditable and high-performance tamper-evident log project
Stars: ✭ 87 (+16%)
Mutual labels:  lsm-tree
rippledb
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
Stars: ✭ 33 (-56%)
Mutual labels:  lsm-tree
database-engine
LSM-Tree Key-Value Store based on RocksDB
Stars: ✭ 47 (-37.33%)
Mutual labels:  lsm-tree
hyper-proxy
A proxy connector for Hyper-based crates
Stars: ✭ 73 (-2.67%)
Mutual labels:  tokio
ldap3
A pure-Rust LDAP library using the Tokio stack
Stars: ✭ 161 (+114.67%)
Mutual labels:  tokio
Pomegranate
🌳 A tiny skiplist based log-structured merge-tree written in Rust.
Stars: ✭ 20 (-73.33%)
Mutual labels:  lsm-tree
fubuki
Simple VPN implemented using rust
Stars: ✭ 85 (+13.33%)
Mutual labels:  tokio
nitox
Tokio-based async NATS client
Stars: ✭ 60 (-20%)
Mutual labels:  tokio
abstract-ns
Abstract name service traits for rust
Stars: ✭ 17 (-77.33%)
Mutual labels:  tokio
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (-46.67%)
Mutual labels:  sstable
rust-rocks
Make RocksDB really rocks! The Rust style API.
Stars: ✭ 41 (-45.33%)
Mutual labels:  lsm-tree
learn undertow
learn undertow
Stars: ✭ 27 (-64%)
Mutual labels:  non-blocking-io
console
a debugger for async rust!
Stars: ✭ 2,101 (+2701.33%)
Mutual labels:  tokio
delay-timer
Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
Stars: ✭ 257 (+242.67%)
Mutual labels:  tokio
drogon
Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
Stars: ✭ 7,742 (+10222.67%)
Mutual labels:  non-blocking-io
pgrocks-fdw
Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
Stars: ✭ 101 (+34.67%)
Mutual labels:  lsm-tree
pixelpwnr-server
🎆 Blazingly fast GPU accelerated pixelflut server written in Rust.
Stars: ✭ 43 (-42.67%)
Mutual labels:  tokio
Burger
🍔 c++11 Server based on coroutine and reactor
Stars: ✭ 58 (-22.67%)
Mutual labels:  non-blocking-io
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (-61.33%)
Mutual labels:  tokio
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+1409.33%)
Mutual labels:  tokio

MirDB: A Persistent Key-Value Store with Memcached protocol

logo

STATUS BADGES

CircleCI

USAGE

It is painless as using memcached.

usage

TODO

  • tokio with memcached protocol

  • memtable with skiplist

  • minor compaction

  • major compaction

  • raft

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].