From 8f3a9c34e8286340aa15a6f8593d5ff6557b2937 Mon Sep 17 00:00:00 2001 From: Marcel R Date: Wed, 13 May 2020 12:07:11 +0200 Subject: [PATCH] Add law. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1270188b..f705da03 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,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. * [Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem. + * [law](https://github.com/riga/law) - Large-scale luigi task workflows on interchangeable resources with abstracted run locations, storage locations and software environments. * Stream Processing * [faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python. * [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).