foundationdb
by
apple

Description: FoundationDB - the open source, distributed, transactional key-value store

View apple/foundationdb on GitHub ↗

Summary Information

Updated 15 minutes ago
Added to GitGenius on April 8th, 2021
Created on December 14th, 2017
Open Issues & Pull Requests: 850 (+0)
Number of forks: 1,503
Total Stargazers: 16,343 (+0)
Total Subscribers: 293 (+0)

Issue Activity (beta)

Open issues: 691
New in 7 days: 4
Closed in 7 days: 0
Avg open age: 2,000 days
Stale 30+ days: 682
Stale 90+ days: 675

Recent activity

Opened in 7 days: 3
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • nightly correctness bugs (155)
  • bug (63)
  • documentation (46)
  • operations (44)
  • build cop (40)
  • data distribution (40)
  • performance (31)
  • good first issue (29)

Detailed Description

FoundationDB is an open-source, distributed database designed by Apple Inc. to offer high performance and reliability across multiple servers. The primary objective of FoundationDB is to provide a consistent and scalable key-value store that supports ACID (Atomicity, Consistency, Isolation, Durability) transactions over large clusters, ensuring fault tolerance and horizontal scalability.

FoundationDB utilizes an architecture based on the Calvin protocol, which organizes transaction processing in parallel across multiple servers. This design enables efficient handling of concurrent operations without compromising consistency or availability. The database's core is built around a data model that supports storing arbitrary binary keys and values, allowing developers to design their own schema atop its foundation. By abstracting away complex distributed system challenges such as leader election, conflict resolution, and replication, FoundationDB simplifies the development process while ensuring robustness.

One of the standout features of FoundationDB is its dynamic scalability. It can scale both vertically by adding more resources to individual servers and horizontally by increasing the number of nodes in a cluster. This flexibility makes it suitable for applications ranging from small-scale projects to enterprise-level solutions that require extensive data handling capabilities. Furthermore, FoundationDB provides strong consistency guarantees through its use of transactions, which ensures that all operations within a transaction are applied atomically across the entire database.

The open-source nature of FoundationDB encourages community participation and contributions, allowing developers globally to collaborate on enhancing its features and performance. The repository includes comprehensive documentation and examples to assist users in integrating FoundationDB into their applications efficiently. Additionally, it offers various tools for monitoring, debugging, and managing clusters, ensuring that administrators can maintain optimal performance and reliability.

FoundationDB is particularly well-suited for use cases involving complex data models or requiring high levels of consistency and availability. Its ability to handle large volumes of transactions per second while maintaining low latency makes it a compelling choice for modern applications that demand scalability without sacrificing performance. In summary, FoundationDB stands out as an innovative solution in the realm of distributed databases, driven by its focus on simplicity, reliability, and efficiency.

foundationdb
by
appleapple/foundationdb

Repository Details

Fetching additional details & charts...