This is an automated email from the ASF dual-hosted git repository.
aloalt 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 b421f8be Revert "Update index.tsx (#69)" (#71)
b421f8be is described below
commit b421f8be38ed48f18dd55abe09f1710f3b2b7eb5
Author: Alexander Alten-Lorenz <[email protected]>
AuthorDate: Tue Nov 26 14:36:08 2024 +0100
Revert "Update index.tsx (#69)" (#71)
This reverts commit 5063e9da546546e1baad5d6580e6a1909df0537e.
---
src/components/HomepageFeatures/index.tsx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/components/HomepageFeatures/index.tsx
b/src/components/HomepageFeatures/index.tsx
index 0e4c6d4b..45799df1 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -10,29 +10,29 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
- title: 'Decentralized Data Processing',
+ title: 'Ultra-fast data processing',
Svg: require('@site/static/img/svg/speed.svg').default,
description: (
<>
- Seamlessly handle distributed datasets while preserving privacy.
+ In-situ federated data processing, up to 150x faster as centralized data
platforms
</>
),
},
{
- title: 'Compliance-Ready',
+ title: 'Application independence ',
Svg: require('@site/static/img/svg/agnostic.svg').default,
description: (
<>
- Ensures alignment with GDPR, HIPAA, and other data privacy regulations.
+ Change three lines of code and move applications across multiple data
processing engines.
</>
),
},
{
- title: 'Multi-Backend Support',
+ title: 'Data framework agnostic',
Svg: require('@site/static/img/svg/api.svg').default,
description: (
<>
- Integrates with popular ML frameworks for efficient federated learning
workflows.
+ Works with Apache Spark, PostgreSQL, Apache Flink, Java Streams, JDBC
and more
</>
),
},