This is an automated email from the ASF dual-hosted git repository.
kirs 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 7a51f42 add twitter button (#79)
7a51f42 is described below
commit 7a51f425ac1036149a26dfc76db914c65dcb4af4
Author: Alexander Alten <[email protected]>
AuthorDate: Wed Mar 9 11:52:18 2022 +0100
add twitter button (#79)
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index a6d6ace..7a52f83 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@


+[](https://twitter.com/intent/tweet?text=Apache%20Wayang%20enables%20cross%20platform%20data%20processing,%20star%20it%20via:%20&url=https://github.com/apache/incubator-wayang&via=apachewayang&hashtags=dataprocessing,bigdata,analytics,hybridcloud,developers)
+
#### The first cross-platform data processing system
In contrast to traditional data processing systems that provide one dedicated
execution engine, Apache Wayang (incubating) is a *cross-platform data
processing system*: Users can specify any data processing application using one
of Wayang's APIs and then Wayang will choose the data processing platform(s),
e.g., Postgres or Apache Spark, that best fits the application. Finally, Wayang
will perform the execution, thereby hiding the different platform-specific APIs
and coordinating inter-pl [...]