Rust Databases

Open-source Rust projects categorized as Databases

Top 6 Rust Database Projects

  • prql

    PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

  • Project mention: Prolog language for PostgreSQL proof of concept | news.ycombinator.com | 2024-03-30
  • 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.

  • Project mention: Ask HN: How Can I Make My Front End React to Database Changes in Real-Time? | news.ycombinator.com | 2024-04-17

    - Some platforms like Supabase Realtime [3] and Firebase offer subscription models to database changes, but these solutions fall short when dealing with complex queries involving joins or group-bys.

    My vision is that the modern frontend to behave like a series of materialized views that dynamically update as the underlying data changes. Current state management libraries handle state trees well but don't seamlessly integrate with relational or graph-like database structures.

    The only thing I can think of is to implement it by myself, which sounds like a big PITA.

    Anything goes, Brainstorm with me. Is it causing you headaches as well? Are you familiar with an efficient solution? how are you all tackling it?

    [1] https://readyset.io/

  • 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
  • skytable

    Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

  • Project mention: Show HN: Skytable's new NoSQL engine BlueQL with injection safety, improved perf | news.ycombinator.com | 2023-12-10

    Hey HN!

    I've been working on Skytable since 2020 and after several iterations from a simple K/V store, we've walked the path to this release. The goal of Skytable is to deliver a solid foundation for building data intensive applications.

    Skytable's primary goal is performance and scale. Even with a query language it can outperform K/V stores which use simple commands (benchmarks will be shared in another post).

    Several implementations in Skytable (especially around query evaluation and execution) are fundamentally different from SQL and even NoSQL counterparts and there are some entirely new concepts which might make it a little hard to grasp.

    BlueQL is a very important part of Skytable and it employs some interesting concepts to try and reduce the surface for injection attacks and tries to be a modern and secure alternative to SQL.

    - Source code: https://github.com/skytable/skytable

  • rust_sqlite

    SQLRite - Simple embedded database modeled off SQLite in Rust

  • NoProto

    Flexible, Fast & Compact Serialization with RPC

  • bicycle

    RPC DBMS. (by ordinarylabs)

  • Project mention: Bicycle 0.2.0 adds support for WebAssembly SPROCs | news.ycombinator.com | 2024-03-12
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Databases related posts

  • SQL is syntactic sugar for relational algebra

    2 projects | news.ycombinator.com | 23 Mar 2024
  • Bicycle 0.2.0 adds support for WebAssembly SPROCs

    1 project | news.ycombinator.com | 12 Mar 2024
  • Readyset: A MySQL and Postgres wire-compatible caching layer

    5 projects | news.ycombinator.com | 21 Feb 2024
  • Anyone using PRQL over SQL in Production?

    1 project | /r/dataengineering | 6 Dec 2023
  • Fine-grained caching strategies of dynamic queries

    1 project | news.ycombinator.com | 21 Sep 2023
  • Bicycle's Arrival 🚲

    1 project | /r/ordinary_labs | 29 Aug 2023
  • Bicycle 🚲 - Database (Rust, gRPC, RocksDB)

    1 project | dev.to | 27 Aug 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 16 May 2024
    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. Learn more →

Index

What are some of the best open-source Database projects in Rust? This list will help you:

Project Stars
1 prql 9,470
2 readyset 3,890
3 skytable 2,299
4 rust_sqlite 1,058
5 NoProto 365
6 bicycle 39

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com