pangzhenzhou's Stars
k8spacket/k8spacket
k8spacket - collects TCP traffic and TLS connection metadata in the Kubernetes cluster using eBPF and visualizes in Grafana
tigerbeetle/tigerbeetle
The financial transactions database designed for mission critical safety and performance.
benbjohnson/litestream
Streaming replication for SQLite.
TheAlgorithms/Rust
All Algorithms implemented in Rust
ArroyoSystems/arroyo
Distributed stream processing engine in Rust
kata-containers/kata-containers
Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
skyzh/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week.
apache/iceberg-rust
Apache Iceberg
cloudflare/foundations
Cloudflare's Rust service foundations library.
Anna-Team/AnnaDB
Developer-first database
Cydhra/vers
Succinct data structures using very efficient rank and select
MaterializeInc/materialize
The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
readysettech/readyset
Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
openebs/mayastor
Dynamically provision Stateful Persistent Replicated Cluster-wide Fabric Volumes & Filesystems for Kubernetes that is provisioned from an optimized NVME SPDK backend data storage stack.
eclipse-iceoryx/iceoryx-rs
Rust wrapper for Eclipse iceoryx™ - true zero-copy inter-process-communication
lancedb/lance
Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
monographdb/monosql-charts
MonographDB and MonoSQL helm charts
BurntSushi/suffix
Fast suffix arrays for Rust (with Unicode support).
jorgecarleitao/arrow2
Transmute-free Rust library to work with the Arrow format
diwic/shmem-ipc
Untrusted IPC with maximum performance and minimum latency. On Rust, on Linux.
wI2L/jsondiff
Compute the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations
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.
rust-lang/this-week-in-rust
Data for this-week-in-rust.org
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
vantage-sh/ec2instances.info
Amazon EC2 instance comparison site
surrealdb/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
risingwavelabs/risingwave-operator
RisingWave Kubernetes Operator
risinglightdb/sqllogictest-rs
Sqllogictest (dialect with extensions) parser and runner in Rust.
alibaba/innodb-java-reader
A library and command-line tool to access MySQL InnoDB data file directly in Java
dolthub/go-mysql-server
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.