paper-with-me

홈 › Papers

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

2024-10-22 · Jacopo Tagliabue, Tyler Caraza-Harter, Ciro Greco

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

📄 PDF Abstract BibTeX arXiv:2410.17465

Code (1)

BauplanLabs/vldb-demo-2024 공식 구현

Similar Papers 제목 키워드 기반

FaaSMoE: A Serverless Framework for Multi-Tenant Mixture-of-Experts Serving

2026-04-29 · Minghe Wang, Trever Schirmer, Mohammadreza Malekabbasi, David Bermbach arxiv

Mixture-of-Experts (MoE) models offer high capacity with efficient inference cost by activating a small subset of expert models per input. However, deploying MoE models requires all experts to reside in memory, creating …

Prediction of amino acid content in live black soldier fly larvae using near infrared spectroscopy

2025-03-04 · R. M. Zaalberg, L. B. Andersen, S. J. Noel, A. J. Buitenhuis 외

Black soldier fly (Hermetia illucens) larvae are emerging as a sustainable protein source for animal feed and human nutrition. Ensuring consistent amino acid composition is crucial for quality control, necessitating rapi…

Nutrition

Verifiable Fairness: Privacy-preserving Computation of Fairness for Machine Learning Systems

2023-09-12 · Ehsan Toreini, Maryam Mehrnezhad, Aad van Moorsel

Fair machine learning is a thriving and vibrant research topic. In this paper, we propose Fairness as a Service (FaaS), a secure, verifiable and privacy-preserving protocol to computes and verify the fairness of any mach…

FairnessPrivacy Preserving

Architectural Implications of Function-as-a-Service Computing

2019-10-16 · Shahrad, Mohammad; Fonseca, Rodrigo; Goiri, Íñigo; Irfan Chaudhry 외

Serverless computing is a rapidly growing cloud application model, popularized by Amazon’s Lambda platform. Serverless cloud services provide fine-grained provisioning of resources, which scale automatically with user de…

A Framework for SLO, Carbon, and Wastewater-Aware Sustainable FaaS Cloud Platform Management

2024-10-09 · Sirui Qi, Hayden Moore, Ninad Hogade, Dejan Milojicic 외

Function-as-a-Service (FaaS) is a growing cloud computing paradigm that is expected to reduce the user cost of service over traditional serverful approaches. However, the environmental impact of FaaS has not received muc…

Cloud ComputingManagementScheduling