You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[dask](https://dask.pydata.org/en/latest/) - A flexible parallel computing library for analytic computing.
214
-
*[faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
215
-
*[luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs.
216
-
*[mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services.
217
-
*[Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
218
-
*[streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
219
-
220
208
## Code Analysis
221
209
222
210
*Tools of static analysis, linters and code quality checkers. See: [awesome-static-analysis](https://github.com/mre/awesome-static-analysis).*
@@ -461,6 +449,20 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
461
449
*[SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
462
450
*[supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
463
451
452
+
## Distributed Computing
453
+
454
+
*Frameworks and libraries for Distributed Computing.*
*[dask](https://github.com/dask/dask) - A flexible parallel computing library for analytic computing.
459
+
*[luigi](https://github.com/spotify/luigi) - A module that helps you build complex pipelines of batch jobs.
460
+
*[mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services.
461
+
*[Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem.
462
+
* Stream Processing
463
+
*[faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python.
464
+
*[streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/).
465
+
464
466
## Distribution
465
467
466
468
*Libraries to create packaged executables for release distribution.*
0 commit comments