IMDEA Software

Iniciativa IMDEA

Inicio > Eventos > Charlas Invitadas > 2016 > Lasp: A Language For Distributed, Declarative, Edge Computation
Esta página aún no ha sido traducida. A continuación se muestra la página en inglés.

Christopher Meiklejohn

miércoles 18 de mayo de 2016

11:00am Meeting room 302 (Mountain View), level 3

Christopher Meiklejohn, PhD Student, KU Leuven, Belgium

Lasp: A Language For Distributed, Declarative, Edge Computation

Abstract:

Consistency is hard and coordination is expensive. As we move into the world of connected ‘Internet of Things’ style applications, or large-scale mobile applications, devices have less power, periods of limited connectivity, and operate over unreliable asynchronous networks. This poses a problem with shared state: how do we handle concurrent operations over shared state, while clients are offline, and ensure that values converge to a desirable result without making the system unavailable?

We look at a new programming model, called Lasp. This programming model combines distributed convergent data structures with a dataflow execution model designed for distribution over large-scale applications. This model supports arbitrary placement of processing node: this enables the user to author applications that can be distributed across data centers and pushed to the edge. In this talk, we will focus on the design of the language and show a series of sample applications.