mosaicml/streaming
A Data Streaming Library for Efficient Neural Network Training observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 89
- Release rhythm 28
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 42
- age_days: 1546
- days_rel: 414
- days_push: 69
- n_releases_24m: 6
Adoption not part of the score
1547 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
StreamingDataset is a Python library from MosaicML for fast, accurate streaming of training data from cloud object storage (S3, GCS, Azure, OCI, Databricks, HuggingFace) into PyTorch training jobs. It is designed for multi-node distributed training of large models, with deterministic shuffling, elastic resumption, and correctness guarantees.
Use cases
- stream training data from s3 to pytorch
- train large models on datasets stored in cloud storage
- distributed multi-node data loading for deep learning
- convert datasets to mds format for streaming
- resume training quickly without re-downloading data
- shuffle large datasets deterministically during training
- load huggingface datasets as streaming shards
When to choose
- you train deep learning models on large datasets in cloud object storage
- you need efficient multi-node distributed data loading with determinism
- you want fast, cheap streaming instead of downloading full datasets
- you use PyTorch and want a drop-in StreamingDataLoader
When to avoid
- you only train on small local datasets where a plain DataLoader suffices
- you need a non-PyTorch framework integration
- you require interactive random access rather than sequential streaming
Facets
library · maturity active
streaming etl machine-learning data-science deep-learning machine-learning cloud-computing python cloud cross-platform pytorch streaming-dataset distributed-training cloud-storage mosaicml mds-format data-loader data-engineering docker
3 sources
- readme: https://github.com/mosaicml/streaming · fetched 2026-08-28 · 3a451a0e3ae3
- homepage: https://streaming.docs.mosaicml.com · fetched 2026-08-29 · 46a9561d4b15
- site_page: https://docs.mosaicml.com/projects/streaming/en/stable/getting_started/faqs_and_tips.html · fetched 2026-08-29 · 66f118758e12
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mosaicml/streaming | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="mosaicml/streaming")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem