Monday, February 5, 2018

How CloudKit Works

Apple (PDF, via Russ Bishop):

CloudKit is Apple’s cloud backend service and application development framework that provides strongly-consistent storage for structured data and makes it easy to synchronize data across user devices or share it among multiple users. Launched more than 3 years ago, CloudKit forms the foundation for more than 50 Apple apps, including many of our most important and popular applications such as Photos, iCloud Drive, Notes, Keynote, and News, as well as many third-party apps. To deliver this at large scale, CloudKit explicitly leverages multi-tenancy at the application level as well as at the user level to guide efficient data placement and distribution. By using CloudKit application developers are free to focus on delivering the application front-end and logic while relying on CloudKit for scale, consistency, durability and security. CloudKit manages petabytes of data and handles hundreds of millions of users around the world on a daily basis.

Russ Bishop:

Fun fact: development logs across CloudKit are on the order of 100TiB per day.

See also: Dynamo: Amazon’s Highly Available Key-value Store.

Comments RSS · Twitter

Leave a Comment