Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 461c33e

Browse files
committed
rename
1 parent 598c569 commit 461c33e

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1313
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
1414
- [Caching](#caching)
1515
- [ChatOps Tools](#chatops-tools)
16-
- [Cluster Computing](#cluster-computing)
1716
- [CMS](#cms)
1817
- [Code Analysis](#code-analysis)
1918
- [Command-line Tools](#command-line-tools)
@@ -31,6 +30,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
3130
- [Debugging Tools](#debugging-tools)
3231
- [Deep Learning](#deep-learning)
3332
- [DevOps Tools](#devops-tools)
33+
- [Distributed Computing](#distributed-computing)
3434
- [Distribution](#distribution)
3535
- [Documentation](#documentation)
3636
- [Downloader](#downloader)
@@ -205,18 +205,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
205205

206206
* [Errbot](https://github.com/errbotio/errbot/) - The easiest and most popular chatbot to implement ChatOps.
207207

208-
## Cluster Computing
209-
210-
*Frameworks and libraries for Cluster Computing.*
211-
212-
* [PySpark](https://pypi.python.org/pypi/pyspark/) - [Apache Spark](https://spark.apache.org/) Python API.
213-
* [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-
220208
## Code Analysis
221209

222210
*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).
461449
* [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
462450
* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
463451

452+
## Distributed Computing
453+
454+
*Frameworks and libraries for Distributed Computing.*
455+
456+
* Batch Processing
457+
* [PySpark](https://pypi.python.org/pypi/pyspark/) - [Apache Spark](https://spark.apache.org/) Python API.
458+
* [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+
464466
## Distribution
465467

466468
*Libraries to create packaged executables for release distribution.*

0 commit comments

Comments
 (0)