[doc] add SeaweedFS storage doc#3653
Merged
Merged
Conversation
Adds a Storages page for SeaweedFS, mirroring the structure of the MinIO storage doc. Covers the `s3.*` properties Doris uses to access a SeaweedFS S3 gateway (Catalog / TVF / Broker Load / Export / Outfile), with a one-paragraph `weed mini` quick start (single-process master + volume + filer + S3). The page is scoped to SeaweedFS S3 (normal) buckets. Iceberg tables stored in SeaweedFS S3 Table Buckets are covered by the existing Integration with SeaweedFS page (apache#3607), which the page links to. Slotted under "Lakehouse > Storages > SeaweedFS", above MinIO, in sidebars-next.ts and versioned_sidebars/version-{3,4}.x-sidebars.json. English and Chinese pages for dev, 3.x, and 4.x.
8cab967 to
8a0da84
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Versions
Languages
Summary
Adds a Storages page for SeaweedFS, mirroring the structure of the existing MinIO storage page.
This page covers SeaweedFS S3 (normal) buckets — the
s3.*properties Doris uses to access a SeaweedFS S3 gateway in the Catalog / TVF / Broker Load / Export / Outfile scenarios. The other way to store on SeaweedFS — Iceberg tables in S3 Table Buckets with the embedded REST Catalog — is already covered by the Integration with SeaweedFS best-practices page added in #3607, which this page links to.Includes a one-paragraph
weed miniquick start (single-process master + volume + filer + S3, with credentials and a pre-created bucket seeded from env vars) and a note on path-style addressing (s3.use_path_style = true).Files
docs-next/,versioned_docs/version-3.x,versioned_docs/version-4.xi18n/zh-CN/...pathssidebars-next.ts,versioned_sidebars/version-{3,4}.x-sidebars.json—seaweedfsslotted underLakehouse > Storages, aboveminio.I'm the maintainer of SeaweedFS, so I can keep this page in sync with future upstream changes.