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 8c68a0ec minor changes in about
new d306c110 Merge branch 'main' of
https://github.com/apache/incubator-wayang-website
8c68a0ec is described below
commit 8c68a0ec582e5a353e7d63329e2a3985366327e6
Author: Zoi <[email protected]>
AuthorDate: Mon Mar 4 11:10:39 2024 +0100
minor changes in about
---
docs/introduction/about.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/introduction/about.md b/docs/introduction/about.md
index 446eed40..16a61298 100644
--- a/docs/introduction/about.md
+++ b/docs/introduction/about.md
@@ -21,9 +21,11 @@ sidebar_position: 1
limitations under the License.
-->
-#### A unified data processing framework that seamlessly orchestrates multiple
processing engines to deliver unparalleled performance and flexibility.
+### *A unified data processing framework that seamlessly integrates and
orchestrates multiple data platforms to deliver unparalleled performance and
flexibility.*
-Apache Wayang's three-layer architecture provides a strategic abstraction
between user applications and underlying data processing platforms, ensuring
seamless integration and optimization. The application layer encapsulates
application-specific logic, while the core layer acts as an intermediary,
translating application logic into a standardized intermediate representation
(WayangPlan). This standardized representation is then passed to the platform
layer, where it is optimized for exec [...]
+Apache Wayang's three-layer architecture provides a strategic *abstraction*
between user applications and underlying data processing platforms, ensuring
seamless integration and optimization. The application layer encapsulates
application-specific logic, while the core layer acts as an intermediary,
translating application logic into a standardized intermediate representation
(WayangPlan). This standardized representation is then passed to the platform
layer, where it is optimized for ex [...]
+
+Designed with flexibility as a priority, Apache Wayang enables easy
*extensibility* to accommodate new operators and data platforms.
### Architecture and Software stack
Apache Wayang's unique architecture, unlike traditional DBMSs, decouples the
physical planning and execution layers, empowering developers to express their
data processing logic in a platform-agnostic fashion. This separation of
concerns allows developers to focus on the algorithmic aspects of their
applications without being constrained by the intricacies of specific
processing platforms.