Building a custom DB engine by reusing code.

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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

    The practical relational programing language for data-oriented applications

    P.D: I'm doing on the side a relational language (https://tablam.org) and have researched a bit about building a full DB. Going low-level will be possible using something like LMDB. It no "need" transactions, is copy-on-write. But still, need to build several parts of the machinery. Exist some attempts on Rust to build things similar and other embedded engines, but I think few are solid enough to not worry much.

  • fatcoach

    I also build a POC here, mapping to SQL via jOOQ. But I believe a graph engine would be better suited. I need to look into your links.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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