seaweedfs-bin
https://github.com/seaweedfs/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives:
- to store billions of files!
- to serve the files fast!
SeaweedFS started as a blob store to handle small files efficiently. Instead of managing all file metadata in a central master, the central master only manages volumes on volume servers, and these volume servers manage files and their metadata. This relieves concurrency pressure from the central master and spreads file metadata into volume servers, allowing faster file access (O(1), usually just one disk read operation).
There is only 40 bytes of disk storage overhead for each file's metadata. It is so simple with O(1) disk reads that you are welcome to challenge the performance with your actual use cases.
SeaweedFS started by implementing Facebook's Haystack design paper. Also, SeaweedFS implements erasure coding with ideas from f4: Facebook’s Warm BLOB Storage System, and has a lot of similarities with Facebook’s Tectonic Filesystem and Google's Colossus File System
On top of the blob store, optional [Filer] can support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql, Postgres, Redis, Cassandra, HBase, Mongodb, Elastic Search, LevelDB, RocksDB, Sqlite, MemSql, TiDB, Etcd, CockroachDB, YDB, etc.
SeaweedFS can transparently integrate with the cloud. With hot data on local cluster, and warm data on the cloud with O(1) access time, SeaweedFS can achieve both fast local access time and elastic cloud storage capacity. What's more, the cloud storage access API cost is minimized. Faster and cheaper than direct cloud storage!
SeaweedFS also ships a built-in Iceberg REST Catalog, turning the same cluster into a self-contained lakehouse. Spark, Trino, Dremio, DuckDB, and RisingWave can query Iceberg tables directly — no Hive Metastore, Glue, or external catalog service required. Storage and table metadata live in one system, simplifying on-prem and small-team analytics stacks.
install
pip install seaweedfs-bin
Release files for seaweedfs-bin 4.47
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| seaweedfs_bin-4.47.tar.gz | 81.0 MB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| seaweedfs_bin-4.47-py3-none-win_arm64.whl | Python 3 | none | Windows ARM64 | Details |
| seaweedfs_bin-4.47-py3-none-win_amd64.whl | Python 3 | none | Windows x86-64 | Details |
| seaweedfs_bin-4.47-py3-none-manylinux_2_28_x86_64.musllinux_1_2_x86_64.whl | Python 3 | none | Linux glibc 2.28+ x86-64, Linux musl 1.2+ x86-64 | Details |
| seaweedfs_bin-4.47-py3-none-manylinux_2_28_aarch64.musllinux_1_2_aarch64.whl | Python 3 | none | Linux glibc 2.28+ ARM64, Linux musl 1.2+ ARM64 | Details |
| seaweedfs_bin-4.47-py3-none-macosx_13_0_arm64.whl | Python 3 | none | macOS 13.0+ ARM64 | Details |
Total release size: 307.2 MB
Release files / seaweedfs_bin-4.47.tar.gz
| Download URL | seaweedfs_bin-4.47.tar.gz |
|---|---|
| Size | 81.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6881ea3dda4342a58adb51284a919b1183191f4f8499b8b2a55845a335449a02
|
|
BLAKE2b-256 checksum How to use checksums |
ea22911ccc2debbb0585468843b5847e8e1dc4a1d4623f8fc47a02655ea46697
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / seaweedfs_bin-4.47-py3-none-win_arm64.whl
| Download URL | seaweedfs_bin-4.47-py3-none-win_arm64.whl |
|---|---|
| Size | 43.3 MB |
| Tags | Python 3 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
f6b97a9f7b119be03a495a4ae3151526929f956ba1a9e297ff0dcaf6571ec398
|
|
BLAKE2b-256 checksum How to use checksums |
fb67d4b709cafb02a7e9f4e27dfe5db8b4df05e6ee8b742793e5dfb4a5eef510
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / seaweedfs_bin-4.47-py3-none-win_amd64.whl
| Download URL | seaweedfs_bin-4.47-py3-none-win_amd64.whl |
|---|---|
| Size | 49.4 MB |
| Tags | Python 3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
efbfcd2b768af195db7a76dad24564e6df965ef1530b0acfdf343117d18b65c5
|
|
BLAKE2b-256 checksum How to use checksums |
c374c783e7e13e09bf00449e653514e22a5de1799f0edf84e66e59dcfa5e0193
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / seaweedfs_bin-4.47-py3-none-manylinux_2_28_x86_64.musllinux_1_2_x86_64.whl
| Download URL | seaweedfs_bin-4.47-py3-none-manylinux_2_28_x86_64.musllinux_1_2_x86_64.whl |
|---|---|
| Size | 47.4 MB |
| Tags | Linux glibc 2.28+ x86-64 Linux musl 1.2+ x86-64 Python 3 |
|
SHA-256 checksum How to use checksums |
e5064d45948d66a8d8abe1eb9d421897e9202d3f636b9492e4594e1a16ad10fc
|
|
BLAKE2b-256 checksum How to use checksums |
58bd09f5794f9a874df5a3ba1b4d8f3d6a1f71330897047858766569646b0aa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / seaweedfs_bin-4.47-py3-none-manylinux_2_28_aarch64.musllinux_1_2_aarch64.whl
| Download URL | seaweedfs_bin-4.47-py3-none-manylinux_2_28_aarch64.musllinux_1_2_aarch64.whl |
|---|---|
| Size | 42.0 MB |
| Tags | Linux glibc 2.28+ ARM64 Linux musl 1.2+ ARM64 Python 3 |
|
SHA-256 checksum How to use checksums |
37125a18a729d8a3b79e5356abc8a651bb8b2c1699cc3020a3872b33efee7fc7
|
|
BLAKE2b-256 checksum How to use checksums |
dd3df42de327efd29a2bc02c47e24a654b4606cb69f973fd458ce289428b60b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / seaweedfs_bin-4.47-py3-none-macosx_13_0_arm64.whl
| Download URL | seaweedfs_bin-4.47-py3-none-macosx_13_0_arm64.whl |
|---|---|
| Size | 44.1 MB |
| Tags | Python 3 macOS 13.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
deaafe41be21cb3bc142e26fd52619573c9ce927239cff700e376228880bbe28
|
|
BLAKE2b-256 checksum How to use checksums |
c31eeefc14e6c654d8530283a7f5d2dceaf0401a50546cb779033c20f34f8ee1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log