chrislusf opened a new pull request, #3653: URL: https://github.com/apache/doris-website/pull/3653
## Versions - [x] dev - [x] 4.x - [x] 3.x - [ ] 2.1 ## Languages - [x] Chinese - [x] English ## Summary Adds a Storages page for [SeaweedFS](https://github.com/seaweedfs/seaweedfs), mirroring the structure of the existing [MinIO storage page](https://doris.apache.org/docs/4.x/lakehouse/storages/minio). The page covers the `s3.*` properties Doris uses to access a SeaweedFS S3 gateway in the Catalog / TVF / Broker Load / Export / Outfile scenarios, plus: 1. A `weed mini` quick start that brings up master, volume, filer, and the S3 gateway in a single process, with credentials and a pre-created bucket seeded from env vars. 2. A `docker run` example using the `chrislusf/seaweedfs` image (whose default CMD is `weed mini -dir=/data`). 3. Path-style addressing notes (`s3.use_path_style = true`), and a pointer to `-s3.externalUrl` for reverse-proxy / HTTPS setups. For end-to-end Iceberg-on-SeaweedFS (Iceberg REST Catalog + S3 from the same `weed` process), the page links back to the existing [Integration with SeaweedFS](https://doris.apache.org/docs/4.x/lakehouse/best-practices/doris-seaweedfs) best-practices doc added in #3607. ## Files - 3 English pages: `docs-next/`, `versioned_docs/version-3.x`, `versioned_docs/version-4.x` - 3 Chinese pages: corresponding `i18n/zh-CN/...` paths - 3 sidebars: `sidebars-next.ts`, `versioned_sidebars/version-{3,4}.x-sidebars.json` — `seaweedfs` slotted under `Lakehouse > Storages`, after `minio`. I'm the maintainer of SeaweedFS, so I can keep this page in sync with future upstream changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
