This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new ea353a8 Update README.md
ea353a8 is described below
commit ea353a89d8b642b2f303f51df7b69bf8940727cc
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Wed Oct 20 00:08:39 2021 +0200
Update README.md
minor fix
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 391d0d3..fab9218 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ In contrast to traditional data processing systems that
provide one dedicated ex
Apache Wayang aims at freeing data engineers and software developers from the
burden of learning all different data processing systems, their APIs, strengths
and weaknesses; the intricacies of coordinating and integrating different
processing platforms; and the inflexibility when trying a fixed set of
processing platforms. As of now, Wayang has built-in support for the following
processing platforms:
- [Java
Streams](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html)
- [Apache Spark](https://spark.apache.org/)
+- [Apache Flink](https://flink.apache.org/)
- [GraphChi](https://github.com/GraphChi/graphchi-java)
- [Postgres](http://www.postgresql.org)
- [SQLite](https://www.sqlite.org/)