Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

FoundationDB - Distributed, Transactional Key-value store

  • Share this:
post-title
FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operations. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding.

FoundationDB is multi-model, meaning you can store many types data in a single database. All data is safely stored, distributed, and replicated in the Key-Value Store component. It provides amazing performance on commodity hardware, allowing you to support very heavy loads at low cost.
https://www.foundationdb.org
https://github.com/apple/foundationdb
License:
Tech: