From 7d7b3a3bf6fc84041a1b221f1ca8a90b4eeea2d5 Mon Sep 17 00:00:00 2001 From: qinxuye Date: Thu, 6 Jul 2023 11:16:45 +0800 Subject: [PATCH] Added xorbits --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97bc05db..3143f607 100644 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [mrjob](https://github.com/Yelp/mrjob) - Run MapReduce jobs on Hadoop or Amazon Web Services. * [PySpark](https://pypi.org/project/pyspark/) - [Apache Spark](https://spark.apache.org/) Python API. * [Ray](https://github.com/ray-project/ray/) - A system for parallel and distributed Python that unifies the machine learning ecosystem. + * [Xorbits](https://github.com/xorbitsai/xorbits) - A scalable and distributed system that scales many python libraries including numpy, pandas, sklearn, etc. * 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/).