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-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3421a08 minor
3421a08 is described below
commit 3421a08e05e4a6215f0ed447529ec397713e5cc2
Author: Zoi <[email protected]>
AuthorDate: Wed Dec 27 15:17:39 2023 +0200
minor
---
index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.md b/index.md
index a849520..eba4562 100644
--- a/index.md
+++ b/index.md
@@ -25,7 +25,7 @@ section-1:
Apache Wayang is a system designed to fully support unified and federated
data processing: Wayang enables users to run data analytics over multiple data
processing engines, without changing their native code. </br>
Wayang provides an abstraction on top of existing platforms in order to
run data processing and analytic tasks on top of any set of platforms. As a
result, Apache Wayang (incubating) frees 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.
section-2:
- title: Adding a virtualization layer on top of multiple execution engines
+ title: A virtualization layer on execution engines
text: |
In contrast to traditional data processing systems that provide one
dedicated execution engine, Apache Wayang (incubating) can transparently and
seamlessly integrate multiple execution engines and use them to perform a
single task. 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 execution, [...]
section-3: