From 9f6aca72d7fdf7fdc30ca450925435b3b5f27b43 Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Sat, 7 Jun 2025 20:49:06 -0700 Subject: [PATCH 1/2] HDDS-13207. [Docs] Third party systems compatible with Ozone S3. Change-Id: I1a2bdf65633e752d41b0931160601809870397fe --- hadoop-hdds/docs/content/interface/S3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md index c2f0f3af9b97..79d4eb8a2d4d 100644 --- a/hadoop-hdds/docs/content/interface/S3.md +++ b/hadoop-hdds/docs/content/interface/S3.md @@ -163,3 +163,11 @@ Or aws s3 ls --endpoint http://localhost:9878 s3://buckettest ``` +## Compatible third-party applications +Ozone's S3 Gateway enables integration with a wide range of cloud-native and analytics applications. Here are some examples of tools and platforms known to work with Ozone: + +* [Teradata NOS](https://docs.teradata.com/r/Enterprise_IntelliFlex_VMware/Teradata-VantageTM-Native-Object-Store-Getting-Started-Guide-17.20) +* [Starburst](https://docs.starburst.io/latest/connector/starburst-ozone.html) (Starburst also supports Ozone `ofs://`) +* [Fluentd](https://docs.fluentd.org/output/s3) can send logs directly to Ozone via the S3 Gateway. + +This list is not exhaustive—any application that supports the S3 protocol can potentially connect to Ozone, making it easy to adopt Ozone in modern data pipelines and cloud-native workflows. From 6e41e0dc63a7fb41d371e499bec8f99210ca81b4 Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Fri, 13 Jun 2025 16:02:36 -0700 Subject: [PATCH 2/2] Add JuiceFS and Clickhouse to the list of known compatible applications. Change-Id: I978fe47f36c8b754efaafd9b73dd477235a28747 --- hadoop-hdds/docs/content/interface/S3.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md index 79d4eb8a2d4d..92bc435ecb64 100644 --- a/hadoop-hdds/docs/content/interface/S3.md +++ b/hadoop-hdds/docs/content/interface/S3.md @@ -164,10 +164,12 @@ aws s3 ls --endpoint http://localhost:9878 s3://buckettest ``` ## Compatible third-party applications -Ozone's S3 Gateway enables integration with a wide range of cloud-native and analytics applications. Here are some examples of tools and platforms known to work with Ozone: +Ozone's S3 Gateway enables integration with a wide range of cloud-native and analytics applications. Here are some examples of tools and platforms known to work with Ozone (in alphabetical order): -* [Teradata NOS](https://docs.teradata.com/r/Enterprise_IntelliFlex_VMware/Teradata-VantageTM-Native-Object-Store-Getting-Started-Guide-17.20) -* [Starburst](https://docs.starburst.io/latest/connector/starburst-ozone.html) (Starburst also supports Ozone `ofs://`) +* [Clickhouse](https://clickhouse.com/docs/en/integrations/s3) * [Fluentd](https://docs.fluentd.org/output/s3) can send logs directly to Ozone via the S3 Gateway. +* [JuiceFS](https://juicefs.com/docs/community/s3_gateway/) +* [Starburst](https://docs.starburst.io/latest/connector/starburst-ozone.html) (Starburst also supports Ozone `ofs://`) +* [Teradata NOS](https://docs.teradata.com/r/Enterprise_IntelliFlex_VMware/Teradata-VantageTM-Native-Object-Store-Getting-Started-Guide-17.20) This list is not exhaustive—any application that supports the S3 protocol can potentially connect to Ozone, making it easy to adopt Ozone in modern data pipelines and cloud-native workflows.