| description |
|---|
The modern data pipeline platform for teams that move fast. |
Acme is an open-source data pipeline platform that makes it easy to build, test, and deploy data workflows. Connect any source, transform your data, and deliver it anywhere — all with simple configuration files.
[!note] New to Acme? Start with the [[getting-started/quickstart|Quickstart Guide]] to build your first pipeline in under 5 minutes.
No prior experience with data pipeline tools is required, but you'll get the most out of Acme if you're comfortable with:
- Command line — installing packages, running commands
- YAML — Acme pipelines are defined in YAML config files
- Python basics — needed for writing [[guides/custom-transforms|custom transforms]] (optional)
- SQL or a database — helpful for the [[guides/connecting-databases|database guides]] (optional)
The docs are organized into five sections. Browse by topic or follow the recommended path below if you're just getting started.
| Section | Description |
|---|---|
| [[getting-started/README|Getting Started]] | Install Acme and build your first pipeline |
| [[concepts/README|Core Concepts]] | Understand pipelines, connectors, transforms, and architecture |
| [[configuration/README|Configuration]] | Config files, environment variables, and all available settings |
| [[guides/README|Guides]] | Step-by-step tutorials for databases, deployment, monitoring, and more |
| [[api-reference/README|API Reference]] | Full REST API documentation and SDK reference |
Not sure where to start? Follow [[getting-started/quickstart|Quickstart]] to build your first pipeline in 5 minutes, then read [[concepts/architecture|Architecture]] to understand how everything fits together.
Acme is built in the open. Get help, share what you've built, and shape the roadmap:
- GitHub — source code, issues, and releases
- Discord — chat with the team and other users
- Forum — longer discussions, Q&A, and showcases
Found a bug or have a feature request? Open an issue on GitHub.