Non quia difficilia sunt non audemus, sed quia non audemus difficilia sunt
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]
  BLOG






  Events








  Past Events





Publications of Torsten Hoefler
Marcin Copik, Alexandru Calotoiu, Konstantin Taranov, Torsten Hoefler:

 FaaSKeeper: Learning from Building Serverless Services with ZooKeeper as an Example

(Mar. 2022)

Abstract

FaaS (Function-as-a-Service) brought a fundamental shift into cloud computing: (persistent) virtual machines have been replaced with dynamically allocated resources, trading locality and statefulness for a pay-as-you-go model more suitable for varying and infrequent workloads. However, adapting services to functions in the serverless paradigm while still fulfilling functional requirements is challenging. In this work, we demonstrate how ZooKeeper, a centralized coordination service that offers a safe and wait-free consensus mechanism, can be redesigned to benefit from serverless computing. We define synchronization primitives to extend the capabilities of scalable cloud storage and contribute a set of requirements for efficient and scalable FaaS computing. We introduce FaaSKeeper, the first coordination service built on serverless functions and cloud-native services, and share serverless design lessons based on our experiences of implementing a ZooKeeper model deployable to clouds today. FaaSKeeper provides the same consistency guarantees and interface as ZooKeeper, with a serverless price model that lowers costs up to 450 times on infrequent workloads.

Documents

download article:     
 

BibTeX

@article{,
  author={Marcin Copik and Alexandru Calotoiu and Konstantin Taranov and Torsten Hoefler},
  title={{FaaSKeeper: Learning from Building Serverless Services with ZooKeeper as an Example}},
  year={2022},
  month={Mar.},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 34.227.191.136:33648© Torsten Hoefler