This is an automated email from the ASF dual-hosted git repository.
PsiACE pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 345ba040c feat(website): add Paimon Rust to logo wall (#7643)
345ba040c is described below
commit 345ba040c62b26db33118145a188cabb92faaf07
Author: QuakeWang <[email protected]>
AuthorDate: Sun May 31 16:45:11 2026 +0800
feat(website): add Paimon Rust to logo wall (#7643)
---
core/users.md | 1 +
website/src/components/landing/data.js | 1 +
website/static/img/users/paimon-rust.png | Bin 0 -> 5949 bytes
3 files changed, 2 insertions(+)
diff --git a/core/users.md b/core/users.md
index e62272e95..06e6158df 100644
--- a/core/users.md
+++ b/core/users.md
@@ -1,6 +1,7 @@
# Users
- [apache/iceberg-rust](https://github.com/apache/iceberg-rust/): Native Rust
implementation of [Apache Iceberg](https://iceberg.apache.org/), the open table
format for analytic datasets.
+- [apache/paimon-rust](https://github.com/apache/paimon-rust): The Rust
implementation of [Apache Paimon](https://paimon.apache.org/).
- [Databend](https://github.com/datafuselabs/databend/): A modern Elasticity
and Performance cloud data warehouse.
- [deepeth/mars](https://github.com/deepeth/mars): The powerful analysis
platform to explore and visualize data from blockchain.
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb): An open-source,
cloud-native, distributed time-series database.
diff --git a/website/src/components/landing/data.js
b/website/src/components/landing/data.js
index 3a7b786fd..c684d9c6c 100644
--- a/website/src/components/landing/data.js
+++ b/website/src/components/landing/data.js
@@ -251,6 +251,7 @@ export const usedBy = [
{ name: "lnx", icon: "/img/users/lnx.png", href:
"https://github.com/lnx-search/lnx" },
{ name: "Iceberg Rust", icon: "/img/users/iceberg-rust.png", href:
"https://github.com/apache/iceberg-rust" },
{ name: "DataFusion Comet", icon: "/img/users/datafusion-comet.png", href:
"https://github.com/apache/datafusion-comet" },
+ { name: "Paimon Rust", icon: "/img/users/paimon-rust.png", href:
"https://github.com/apache/paimon-rust" },
{ name: "zino", icon: "/img/users/zino.png", href:
"https://github.com/zino-rs/zino" },
];
diff --git a/website/static/img/users/paimon-rust.png
b/website/static/img/users/paimon-rust.png
new file mode 100644
index 000000000..27c70e1fd
Binary files /dev/null and b/website/static/img/users/paimon-rust.png differ