FoundationDB Then and Now


FoundationDB is 8 years old
Launched in: March 4, 2013
Developer(s): Apple
Current Version: 6.2.11[1]
UncategorizedNoSQLMac OSLinuxWindows ๐
How FoundationDB looked like and how it is now:
Then
Screenshot not available.
Now
Screenshot not available.
Description
FoundationDB is a free and open-source multi-model distributed NoSQL database developed by Apple Inc. with a shared-nothing architecture. The product was designed around a “core” database, with additional features supplied in “layers.” The core database exposes an ordered key-value store with transactions. The transactions are able to read or write multiple keys stored on any machine in the cluster while fully supporting ACID properties. Transactions are used to implement a variety of data models via layers.