FoundationDB

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.

FoundationDB
Original author(s)
  • Nick Lavezzo
  • Dave Rosenthal
  • Dave Scherer
Developer(s)Apple Inc.
Initial release4 March 2013 (2013-03-04)
Stable release
7.1.24/25 / 7 November 2022 (2022-11-07)
Repository
Written inC++, C
Operating system
Available inEnglish
TypeNoSQL
LicenseApache License 2.0
Websitewww.foundationdb.org 

The FoundationDB Alpha program began in January 2012 and concluded on March 4, 2013, with their public Beta release. Their 1.0 version was released for general availability on August 20, 2013. On March 24, 2015, it was reported that Apple has acquired the company. A notice on the FoundationDB web site indicated that the company has "evolved" its mission and would no longer offer downloads of the software.

On April 19, 2018, Apple open sourced the software, releasing it under the Apache 2.0 license.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.