activity
20172022
most citedServerless Workflows with Durable Functions and Netherite

10 citations · 23 across the 5 of their papers we have counts for

collaborators

8 papers

cs.DC2022

Distributed Execution Indexing

Christopher S. Meiklejohn, Rohan Padhye, Heather Miller

This work-in-progress report presents both the design and partial evaluation of distributed execution indexing, a technique for microservice applications that precisely identifies…

cs.DC202110 cited

Serverless Workflows with Durable Functions and Netherite

Sebastian Burckhardt, Chris Gillum, David Justo +3

Serverless is an increasingly popular choice for service architects because it can provide elasticity and load-based billing with minimal developer effort. A common and important u…

cs.DC2020

Composing and Decomposing Op-Based CRDTs with Semidirect Products

Matthew Weidner, Heather Miller, Christopher Meiklejohn

Operation-based Conflict-free Replicated Data Types (CRDTs) are eventually consistent replicated data types that automatically resolve conflicts between concurrent operations. Op-b…

cs.DC2018

Towards A Systems Approach To Distributed Programming

Christopher S. Meiklejohn, Peter Van Roy

It is undeniable that most developers today are building distributed applications. However, most of these applications are developed by composing existing systems together through…

cs.DC2018

Partisan: Enabling Cloud-Scale Erlang Applications

Christopher Meiklejohn, Heather Miller

In this work, we present an alternative distribution layer for Erlang, named Partisan. Partisan is a topology-agnostic distributed programming model and distribution layer that sup…

cs.DC20186 cited

Just-Right Consistency: reconciling availability and safety

Marc Shapiro, Annette Bieniusa, Nuno Preguiça +2

By the CAP Theorem, a distributed data storage system can ensure either Consistency under Partition (CP) or Availability under Partition (AP), but not both. This has led to a split…