This is an automated email from the ASF dual-hosted git repository.

quiaru pushed a commit to branch readme-patch
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/readme-patch by this push:
     new 95fff033 Update README.md
95fff033 is described below

commit 95fff0334b90142890f52a136006a18b6ae107f2
Author: Jorge Quiane <[email protected]>
AuthorDate: Wed Jul 6 20:07:58 2022 +0200

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c8dc5649..52b0f61c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 
 ## Description
 
-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 [...]
+In contrast to traditional data processing systems that provide one dedicated 
execution engine, Apache Wayang (incubating) can transparently use mutliple 
execution engines to perform a single task. We call this *cross-platform data 
processing*. In Wayang, 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 e [...]
 
 Apache Wayang (incubating) 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)

Reply via email to