We rewrote a high-performance database in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • redpanda

    Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

  • Hmm? I'm pretty sure it's written in C++.

    See also, their install dependencies script.

    https://github.com/redpanda-data/redpanda/blob/dev/install-d...

  • rustls

    A modern TLS library in Rust

  • > production grade and pure rust tls library

    You mean rustls? https://github.com/rustls/rustls

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • miri

    An interpreter for Rust's mid-level intermediate representation

  • The results are a trade-off between sparse or having false positives.

    Rust just takes the other side of the trade-off, and will reject valid programs. Hence why the unsafe keyword exists, and why tools like Miri (https://github.com/rust-lang/miri) exist specifically for rust.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts