Ask HN: What are the best key-value self-hosted storage engines?

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. MapDB

    MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.

    In Java I like

    https://mapdb.org/

    It is more feature rich than you want but in Python I'd probably just use sqlite3 since it is in the standard library.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Redis

    For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.

  4. RocksDB

    A library that provides an embeddable, persistent key-value store for fast storage.

  5. sky-benches

    Discontinued Attempts at benchmarking Skytable with the others to see where we stand

  6. LevelDB

    LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Which Database is Perfect for You? A Comprehensive Guide to MySQL, PostgreSQL, NoSQL, and More

    10 projects | dev.to | 26 Jun 2024
  • What do you want to watch next? This is why I built GoodWatch.

    6 projects | dev.to | 5 May 2024
  • Skytable NoSQL Database: Even with BlueQL, Skytable Outperforms Redis and KeyDB

    2 projects | news.ycombinator.com | 5 Dec 2023
  • How to Choose the Right Document-Oriented NoSQL Database for Your Application

    3 projects | dev.to | 5 Sep 2023
  • When to Use a NoSQL Database

    4 projects | dev.to | 21 Jul 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?