Distributed Computing: a Haskell How-To, Tue, Nov 29, 2016, 7:00 PM | Meetup

1 min read Original article ↗

Jean-Christophe Mincke will present a Haskell library for doing distributed computing, inspired from Apache Spark.

• Implemented in simple Haskell (no system level programming or fancy type level programming).

• Works on any RPC backend.

• Based on 5 simple primitives, allowing the user to define his own syntax above them.

• Has a built-in fail/safe mechanism in case of slave failure.

• Transparently works with both stateless and stageful slaves.

• Automatically handles slave caching.

Please retweet and share!