From bc8126b3a39227d04cc32c241c9c9a86d22bc30b Mon Sep 17 00:00:00 2001 From: mbarkhau Date: Fri, 15 Sep 2017 09:07:24 +0200 Subject: [PATCH] Add Dask to MapReduce Section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40e7bc6..8f53992 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs. * [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services. * [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data. Integrates with [Apache Storm](http://storm.apache.org/). +* [dask](https://dask.pydata.org/en/latest/) - A flexible parallel computing library for analytic computing. ## Microsoft Windows