Key/Value Store Recommendations

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 🐦

  • This rewrite will make heed based on the latest version of LMDB, the mdb.master3 branch. This version will also bring the new page-based encryption feature. I would be thankful if you could use it and tell me the issues you found.

  • MeiliSearch

    A lightning-fast search API that fits effortlessly into your apps, websites, and workflow

  • Key/Value stores are not necessarily designed for network accesses. We use LMDB with the heed wrapper at Meilisearch for example, no single network access. As we write billions of entries when doing basic indexing of documents it would have been impossible to index in a fast way.

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

  • Release of an alpha version to perfect the heed library: the most maintained Rust LMDB wrapper

    2 projects | /r/rust | 11 Jan 2023
  • Ask for advice from the cryptographic community about heed: the LMDB wrapper

    1 project | /r/rust | 30 Oct 2022
  • redb: high performance, embedded, key-value database in pure Rust

    2 projects | /r/rust | 23 Apr 2022
  • [Requesting Help] LMDB Databases in Rust

    4 projects | /r/rust | 19 Jan 2022
  • New heed v0.11 release - A fully typed LMDB/MDBX wrapper with minimum overhead.

    1 project | /r/rust | 28 Jan 2021