Getting Started
Get up and running with Acme in minutes. Covers installation, quickstart, project structure, and building your first pipeline.
Getting Started
Get up and running with Acme in minutes. This section walks you through everything from installation to deploying your first pipeline.
graph TD
A[Install Acme] --> B[Create a project]
B --> C[Define your pipeline]
C --> D[Run locally]
D --> E[Deploy to production]
style A fill:#818cf8,stroke:#4f46e5,color:#fff
style E fill:#34d399,stroke:#059669,color:#fff
Steps
- Installation — Install the CLI and set up your environment
- Quickstart — Build a working pipeline in 5 minutes
- Project Structure — Understand how a Acme project is organized
- Your First Pipeline — A deeper walkthrough of pipeline concepts
Already familiar with ETL tools?
Skip ahead to the Architecture overview for a high-level comparison.
System requirements
| Requirement | Minimum | Recommended |
|---|---|---|
| Python | 3.10+ | 3.12+ |
| Memory | 512 MB | 2 GB |
| Disk | 100 MB | 1 GB |
| OS | Linux, macOS | Linux |