English

Bauplan: zero-copy, scale-up FaaS for data pipelines

Databases 2024-10-24 v1 Machine Learning Operating Systems

Abstract

Chaining functions for longer workloads is a key use case for FaaS platforms in data applications. However, modern data pipelines differ significantly from typical serverless use cases (e.g., webhooks and microservices); this makes it difficult to retrofit existing pipeline frameworks due to structural constraints. In this paper, we describe these limitations in detail and introduce bauplan, a novel FaaS programming model and serverless runtime designed for data practitioners. bauplan enables users to declaratively define functional Directed Acyclic Graphs (DAGs) along with their runtime environments, which are then efficiently executed on cloud-based workers. We show that bauplan achieves both better performance and a superior developer experience for data workloads by making the trade-off of reducing generality in favor of data-awareness

Keywords

Cite

@article{arxiv.2410.17465,
  title  = {Bauplan: zero-copy, scale-up FaaS for data pipelines},
  author = {Jacopo Tagliabue and Tyler Caraza-Harter and Ciro Greco},
  journal= {arXiv preprint arXiv:2410.17465},
  year   = {2024}
}

Comments

Accepted for the 10th International Workshop on Serverless Computing (pre-print)

R2 v1 2026-06-28T19:32:16.057Z