dagster
Package — Cloud/DevOpsPython 3.7+Advanced
Data orchestrator for ML, analytics, and ETL pipelines
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- click, coloredlogs, PyYAML, requests, grpcio, protobuf, packaging, pydantic, sqlalchemy, toml, tqdm, typing-extensions, watchdog
- Install
pip install dagster dagster-webserver
Learn by Difficulty
Quick Example
python
# Install: pip install dagster dagster-webserver import dagster # Basic dagster usage print(f"Using dagster") # See documentation for detailed examples
dagster is a third-party package. Data orchestrator for ML, analytics, and ETL pipelines. Install with: pip install dagster dagster-webserver
Try in PlaygroundTags
packageclouddevopsinfrastructure