This is an automated email from the ASF dual-hosted git repository. kamir pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit 7037a9208da2833efc329a27a529816b61ac0529 Merge: a0cb1e1e b5256980 Author: Mirko Kämpf <[email protected]> AuthorDate: Tue Jun 25 09:43:59 2024 +0200 updated authors list blog/2024-03-05-kafka-meets-wayang-1.md | 68 ++++++++++ blog/2024-03-06-kafka-meets-wayang-2.md | 95 ++++++++++++++ blog/2024-03-08-wayang-vs-presto.md | 58 +++++++++ blog/2024-03-10-kafka-meets-wayang-3.md | 116 +++++++++++++++++ blog/2024-04-09-python-api.md | 141 +++++++++++++++++++++ blog/2024-04-17-federated-ai.md | 73 +++++++++++ blog/2024-05-07-wayang-tensorflow.md | 69 ++++++++++ blog/authors.yml | 21 ++- docs/community/team.md | 3 +- docusaurus.config.ts | 8 ++ package-lock.json | 141 +++++++++++++-------- .../architecture/federated-ai-architecture-1.png | Bin 0 -> 193652 bytes .../architecture/federated-ai-architecture-2.png | Bin 0 -> 217109 bytes static/img/architecture/pywayang.png | Bin 0 -> 61750 bytes static/img/architecture/wayang-optimizer.png | Bin 341172 -> 150866 bytes static/img/architecture/wayang-plan.png | Bin 207207 -> 238954 bytes static/img/architecture/wayang-stack.png | Bin 116479 -> 198071 bytes static/img/blog/trino-architecture.png | Bin 0 -> 198441 bytes static/img/blog/wayang-architecture.png | Bin 0 -> 391696 bytes static/img/blog/wayang-with-trino.png | Bin 0 -> 258257 bytes 20 files changed, 737 insertions(+), 56 deletions(-) diff --cc blog/authors.yml index d86d1977,2bde36eb..3d9d9a22 --- a/blog/authors.yml +++ b/blog/authors.yml @@@ -5,6 -5,22 +5,21 @@@ alo.alt image_url: https://avatars.githubusercontent.com/u/1323575?v=4 kamir: name: Mirko Kämpf - title: Apache Commiter - title: Apache Committer ++ title: (P)PMC Apache Wayang url: https://github.com/kamir - image_url: https://avatars.githubusercontent.com/u/1241122?v=4 + image_url: https://avatars.githubusercontent.com/u/1241122?v=4 + zkaoudi: + name: Zoi Kaoudi + title: (P)PMC Apache Wayang + url: https://github.com/zkaoudi + image_url: https://avatars.githubusercontent.com/zkaoudi + juripetersen: + name: Juri Petersen + title: Apache Committer + url: https://github.com/juripetersen + image_url: https://avatars.githubusercontent.com/u/43411515?v=4 + glauesppen: + name: Gláucia Esppenchutz + title: (P)PMC Apache Wayang + url: https://github.com/glauesppen + image_url: https://avatars.githubusercontent.com/glauesppen -
