farazdagi's Stars
DataDog/glommio
Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
jeromefroe/lru-rs
An implementation of a LRU cache
mitdbg/treeline
An update-in-place key-value store for modern storage.
skyzh/mini-lsm
A tutorial of building an LSM-Tree storage engine (database) in a week.
risinglightdb/risinglight
An educational OLAP database system.
databendlabs/databend
𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
flamegraph-rs/flamegraph
Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
dtolnay/cargo-expand
Subcommand to show result of macro expansion
akula-bft/akula
Fastest Ethereum archive node ever built
paradigmxyz/reth
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
joaoh82/rust_sqlite
SQLRite - Simple embedded database modeled off SQLite in Rust
apache/datafusion
Apache DataFusion SQL Query Engine
ceph/ceph
Ceph is a distributed object, block, and file storage platform
bartlomieju/rusty_buntdb
A Rust port of BuntDB
tontinton/dbeel
A distributed thread-per-core document database
qdrant/qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
rayon-rs/rayon
Rayon: A data parallelism library for Rust
apache/datafusion-sqlparser-rs
Extensible SQL Lexer and Parser for Rust
KipData/KiteSQL
SQL as a Function for Rust
Fedomn/sqlrs
sqlrs is an in-process sql query engine
systemxlabs/bustubx
[WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).
PeterHUistyping/CMU15-445_Database_Management_System
Memory Management (Disk) LRU Replacer, Buffer Pool Manager, etc
liyefei737/db-bufferpool-for-bustub
A thread-safe buffer pool to manage pinnable db pages with Clock replacement policy
dust1/relationaldb-rs
a relational store database, my learning project from cmu-15-445
Jugg-zh/bustub
The solutions for all projects in CMU 15-445/645(FALL 2021).
cmu-db/optd-original
CMU-DB's Cascades optimizer framework
nimrodshn/btree
A persistent B+Tree (clustered index) implementation in Rust.
fjall-rs/fjall
🗻 LSM-based embeddable key-value storage engine written in safe Rust
bodil/im-rs
Assorted immutable collection datatypes for Rust