This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-mp in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit b82f1f4939dd11f411fecbd0756098243274362a Author: Alexander Alten <[email protected]> AuthorDate: Wed Mar 23 14:58:24 2022 +0100 update readme with API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b44a16d..c1ecd3c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [](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 +#### The API 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 [...]
