#898071 ITP: foundationdb -- distributed, transactional, key-value store

Package:
wnpp
Source:
wnpp
Submitter:
Nicolas Braud-Santoni
Date:
2025-11-29 16:30:07 UTC
Severity:
wishlist
#898071#5
Date:
2018-05-06 17:46:02 UTC
From:
To:
* Package name    : foundationdb
  Version         : 5.1.7
  Upstream Author : Apple Inc.
* URL             : https://www.foundationdb.org/
* License         : Apache-2.0
  Programming Lang: C/C++ with bindings for many others
  Description     : distributed, transactional, key-value store

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.