Skip to content
FindOpenSource

FoundationDB

Distributed, ordered key-value store with strong ACID transaction guarantees, designed as a reliable storage substrate for other systems.

Overview

FoundationDB provides a simple ordered key-value data model with full ACID transactions across a distributed cluster, deliberately keeping its core small and rigorously tested so higher-level data models (document, graph, relational) can be layered on top of it. Apple uses it as critical infrastructure and open-sourced it after acquiring the company behind it.

FoundationDB is a fit for teams building infrastructure or platforms that need a rock-solid, transactional distributed storage foundation to build on, a lower-level building block than the ready-to-use databases (PostgreSQL, MongoDB) already in this catalog.

Categories
Database
Keywords
key-value-storedistributed-transactionsaciddistributed-database
Languages
C++
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.