FoundationDB: A Distributed Unbundled Transactional Key Value Store

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

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

    FoundationDB - the open source, distributed, transactional key-value store

  • FASTER

    Fast persistent recoverable log and key-value store + cache, in C# and C++.

  • A vaguely similar project that might be of interest is: https://github.com/microsoft/FASTER

    It's also an "unbundled" low-level component that one could use as the foundation for a database engine or whatever. According to Microsoft, FASTER is not just "fast", but significantly faster than even some basic in-memory data structures that ship in the .NET standard library!

    The downside is that it doesn't (yet) support some more advanced features like multi-server distributed mode.

    However, that relative simplicity may be preferred in some scenarios...

  • 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