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

  1. Installation — Install the CLI and set up your environment
  2. Quickstart — Build a working pipeline in 5 minutes
  3. Project Structure — Understand how a Acme project is organized
  4. 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

RequirementMinimumRecommended
Python3.10+3.12+
Memory512 MB2 GB
Disk100 MB1 GB
OSLinux, macOSLinux
Built with LogoFlowershow