Are there any embedded databases that have multiple-process support?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • heed

    A fully typed LMDB wrapper with minimum overhead šŸ¦

  • LMDB support multiple readers and one writer at the same time. It is ensured by the library. Note that LMDB is a key-value store. You can use the heed library which is the most maintained Rust wrapper.

  • lmdb-rs

    Discontinued INACTIVE - Safe Rust bindings for LMDB (by mozilla)

  • I've been happy with lmdb-rkv in general, but if you choose it you should know it has a soundness bug: https://github.com/mozilla/lmdb-rs/issues/79 Took me a day to figure that one out.

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

    the champagne of beta embedded databases

  • I'm not sure what you need. Are these of any use? https://github.com/meilisearch/heed https://github.com/spacejam/sled

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

  • SableDb ā€“ a key/value store that uses RocksDB and Redis API (written in Rust)

    3 projects | news.ycombinator.com | 4 Apr 2024
  • RFC: redb (embedded key-value store) nearing version 1.0

    6 projects | /r/rust | 10 May 2023
  • Best local database that works on all platforms including web?

    6 projects | /r/FlutterDev | 2 Mar 2023
  • Ask HN: Serverlessā€ key value store with transactions?

    1 project | news.ycombinator.com | 23 Sep 2022
  • File Based Encrypted Database

    1 project | /r/rust | 18 Sep 2022