Why, and how FoundationDB is moving to Swift

2023-10-13

Clouded Next Generation JavaScript

2023-09-16

How do you call a cloud that is good with JavaScript? I do not know! How do you call a database that is good with JavaScript?

A developer-driven approach to building secondary indexes

2023-03-15

Building secondary indexes for a database is always about balance. A balance between a system that scales and is easy to manage and an API that is intuitive and delightful for a developer to use.

Real-time first person Epic game

2022-08-31

Scaling Fortnite is undoubtedly a testament to the services our engineers build. Every service must be built at “Fortnite Scale”, and so, even the most rudimentary applications quickly turn into a distributed system exercise.

Parenthetical leaning banking-as-a-service

2022-08-31

Griffin is a banking-as-a-service platform that use FoundationDB

Rust FoundationDB with Tokio

2022-06-15

Rajiv M Ranganath will give a talk about the fdb-rs project, and the first Rust crate of the project that is the fdb crate. He will share with us how one can architect cloud scale applications using Rust Tokio and FoundationDB.

Record Layer 101

2020-10-15

The FoundationDB Record Layer is an open source library that provides a record-oriented datastore with semantic similar to a relational database, implemented on top of FoundationDB. It is highly used within Apple by CloudKit, Apple’s cloud backend service to host billions of independent databases, many with a common schema.