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 53ca9086 Several updates (#103)
53ca9086 is described below
commit 53ca90863736a9fabae2009bb14c3ced8038520a
Author: Zoi Kaoudi <[email protected]>
AuthorDate: Tue Nov 25 20:30:08 2025 +0100
Several updates (#103)
* tensorflow blogpost
* Update add-an-operator.md
added the process of expanding the api when adding a new operator
* Update add-an-operator.md
* Update installation.md
Added the mvn install command line
* adding javadocs
* adding javadocs
* release documentation
* Update how-to-make-a-release.md
* latest release download
* adding contributors
* Update docusaurus.config.ts
Added the complete attribution
* javadocs per version
* fixed broken link
* fixed broken link
* Add Javadocs creation instructions
Added instructions for creating and uploading Javadocs after a release.
* Update javadocs upload instructions for clarity
* update
* Update team.md to reflect changes in contributors
---------
Co-authored-by: Calvin Kirs <[email protected]>
Co-authored-by: Alexander Alten <[email protected]>
---
docs/community/team.md | 30 +++++++++++++++++-------------
docusaurus.config.ts | 13 ++++++-------
src/components/HomepageFeatures/index.tsx | 18 +++++++++---------
static/img/asf-logo.svg | 2 ++
static/img/svg/extensibility.svg | 7 +++++++
5 files changed, 41 insertions(+), 29 deletions(-)
diff --git a/docs/community/team.md b/docs/community/team.md
index 0be192e5..87d99607 100644
--- a/docs/community/team.md
+++ b/docs/community/team.md
@@ -4,32 +4,36 @@ sidebar_position: 2
id: team
---
-## Committers and Contributors
+## Committers and Recent Contributors
| Name | Role | Apache ID | Organization |
| ------------------ |:----------------:| ---------- | ------------ |
-| Alexander Alten | PPMC, Committer | aloalt | Scalytics |
-| Anis Troudi | PPMC, Committer | atroudi |
-| Bertty Contreras | PPMC, Committer | bertty | TU Berlin |
-| Calvin Kirs | PPMC, Committer | kirs |
-| Jorge Quiané | PPMC, Committer | quiaru |
-| Rodrigo Pardo Meza | PPMC, Committer | rpardomeza | TU Berlin |
-| Zoi Kaoudi | PPMC, Committer | zkaoudi | ITU Copenhagen,
Scalytics |
-| Glaucia Esppenchutz| PPMC, Committer | glauesppen |
-| Kaustubh Beedkar | PPMC, Committer | kbeedkar | Scalytics, IIT Dehli |
-| Mirko Kaempf | PPMC, Committer | kamir | Ecolytiq |
-| Juri Petersen | PPMC, Committer | juri | ITU Copenhagen |
+| Alexander Alten | PMC, Committer | aloalt | Scalytics |
+| Calvin Kirs | PMC, Committer | kirs | SelectDB, ASF |
+| Zoi Kaoudi | PMC, Committer | zkaoudi | ITU Copenhagen,
Scalytics |
+| Kaustubh Beedkar | PMC, Committer | kbeedkar | Scalytics, IIT Dehli |
+| Mirko Kaempf | PMC, Committer | kamir | Ecolytiq |
+| Juri Petersen | PMC, Committer | juri | ITU Copenhagen |
+| Mads Sejer Pedersen| PMC, Committer | sejer | ITU Copenhagen |
+| Jean-Baptiste Onofré | PMC, Committer | jbonofre | Dremio, ASF |
+| Yasser Idris | PMC, Committer | yidris | ExpensePoint, Alexandria
University |
+| Anis Troudi | Committer | atroudi |
+| Christofer Dutz | Committer| chrisdutz | ASF |
| Mingxi Liu | Contributor | | East China Normal
University |
| Michalis Vargiamis | Contributor | | Scalytics |
| Jeppe Halvorsen | Contributor | | ITU Copenhagen, Falck |
| Christoffer Kristensen| Contributor | | ITU Copenhagen, Stretch
Qonnect |
| Aurélien Bertrand | Contributor | |Maastricht University,
TecAlliance |
-| Mads Sejer Pedersen| Contributor | | ITU Copenhagen |
| Aditya Goel | Contributor | | IIT Delhi |
| Dudipala Vigneshwar Reddy | Contributor | | IIT Delhi |
| Akshit Goel | Contributor | | IIT Delhi |
| Vedanta Neogi | Contributor | | IIT Delhi |
| Christos-Evangelos Lampropoulos | Contributor | | University of
Patras |
+| Bertty Contreras | Contributor | bertty | |
+| Jorge Quiané | Contributor | quiaru |
+| Rodrigo Pardo Meza | Contributor | rpardomeza | |
+| Glaucia Esppenchutz| Contributor | glauesppen |
+| Gábor Gévay | Contributor | ggevay | |
You can reach committers directly at \<apache-id\>@apache.org
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index ab462a7a..954fd7b7 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -3,8 +3,8 @@ import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
const config: Config = {
- title: 'Apache Wayang (incubating)',
- tagline: 'Next-Gen Data Platform Integration',
+ title: 'Apache Wayang',
+ tagline: 'Unifying Data Processing Engines for Cross-Platform Analytics',
favicon: 'img/wayang-logo.jpg',
// Set the production url of your site here
@@ -200,7 +200,7 @@ const config: Config = {
title: 'Repositories',
items: [
{
- label: 'Wayang',
+ label: 'Code',
href: 'https://github.com/apache/incubator-wayang',
},
{
@@ -212,12 +212,11 @@ const config: Config = {
],
logo: {
width: 200,
- src: "/img/apache-incubator.svg",
- href: "https://incubator.apache.org/",
- alt: "Apache Incubator logo"
+ src: "/img/asf-logo.svg",
+ href: "https://www.apache.org/",
+ alt: "ASF logo"
},
copyright: `<div>
- <p> Apache Wayang is an effort undergoing incubation at The Apache
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is
required of all newly accepted projects until a further review indicates that
the infrastructure, communications, and decision making process have stabilized
in a manner consistent with other successful ASF projects. While incubation
status is not necessarily a reflection of the completeness or stability of the
code, it does indicate that th [...]
<p>
Copyright © ${new Date().getFullYear()} The Apache Software
Foundation, Licensed under the Apache License, Version 2.0. <br/>
Apache Wayang, Wayang, Apache, the Apache feather logo, and the Apache
Wayang project logo are either registered trademarks or trademarks of The
Apache Software Foundation in the United States and other countries. All other
marks mentioned may be trademarks or registered trademarks of their respective
owners.
diff --git a/src/components/HomepageFeatures/index.tsx
b/src/components/HomepageFeatures/index.tsx
index 45799df1..961345c1 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -10,29 +10,29 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
- title: 'Ultra-fast data processing',
- Svg: require('@site/static/img/svg/speed.svg').default,
+ title: 'Platform independence ',
+ Svg: require('@site/static/img/svg/agnostic.svg').default,
description: (
<>
- In-situ federated data processing, up to 150x faster as centralized data
platforms
+ Change one line of code and move applications across different data
processing engines
</>
),
},
{
- title: 'Application independence ',
- Svg: require('@site/static/img/svg/agnostic.svg').default,
+ title: 'Cross-platform task execution',
+ Svg: require('@site/static/img/svg/api.svg').default,
description: (
<>
- Change three lines of code and move applications across multiple data
processing engines.
+ Mix Apache Spark, PostgreSQL, Apache Flink, Java Streams, JDBC and
more in one pipeline
</>
),
},
{
- title: 'Data framework agnostic',
- Svg: require('@site/static/img/svg/api.svg').default,
+ title: 'Automated platform selection',
+ Svg: require('@site/static/img/svg/speed.svg').default,
description: (
<>
- Works with Apache Spark, PostgreSQL, Apache Flink, Java Streams, JDBC
and more
+ Let the optimizer choose the best platform combination for each task
based on cost models
</>
),
},
diff --git a/static/img/asf-logo.svg b/static/img/asf-logo.svg
new file mode 100644
index 00000000..288f15e7
--- /dev/null
+++ b/static/img/asf-logo.svg
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo,
www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
+<svg width="800px" height="800px" viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="a"
x1="-5602.682" y1="768.541" x2="-5598.727" y2="763.917"
gradientTransform="matrix(0.423, -0.906, -0.906, -0.423, 3082.853, -4748.551)"
gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f69923"/><stop
offset="0.312" stop-color="#f79a23"/><stop offset="0.838"
stop-color="#e97826"/></linearGradient><linearGradient id="b" [...]
\ No newline at end of file
diff --git a/static/img/svg/extensibility.svg b/static/img/svg/extensibility.svg
new file mode 100644
index 00000000..8f085569
--- /dev/null
+++ b/static/img/svg/extensibility.svg
@@ -0,0 +1,7 @@
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer
Tools -->
+<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg" stroke="#e59536">
+ <g id="SVGRepo_bgCarrier" stroke-width="0"/>
+ <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
+ <g id="SVGRepo_iconCarrier"> <path d="M12 2L15.6 5.6C18 -0.7 24.7 6 18.4
8.4L22 12L18.4 15.6C16 9.3 9.3 16 15.6 18.4L12 22L8.4 18.4C6 24.7 -0.7 18 5.6
15.6L2 12L5.6 8.4C8 14.7 14.7 8 8.4 5.6L12 2Z" stroke="#e59536"
stroke-width="0.8160000000000001" stroke-linecap="round"
stroke-linejoin="round"/> </g>
+ </svg>
\ No newline at end of file