Skip to content

Day 0 To First Pipeline

Use this guided path when you want to evaluate Lyft Data or onboard a new teammate. It bundles the essentials—download, install, and deploy—so you can experience the full product without exploring the entire reference section. In Community Edition the server ships ready to use: no license is required and the built-in worker comes online automatically. If you only have 15 minutes and a single host, start with the Evaluation Quickstart and return here when you are ready for the full install.

1. Check your environment (5 minutes)

  • Review System requirements to confirm hardware, OS version, network access, and ports.
  • If you expect to upgrade later, decide whether future workers live on separate hosts so you can plan firewall and directory layouts now.

2. Download the binary (5 minutes)

  • Visit the Downloads page and pull the archive that matches your platform.
  • Optional: verify the checksum before extracting.
  • Keep the binary accessible; it powers both the server and workers.

3. Start the server (10 minutes)

Follow the quick start so the control plane is online:

  1. Walk through Getting Started to launch the server and capture the one-time admin password.
  2. Confirm the built-in worker shows Online in the dashboard. (Additional workers require a license upgrade and are optional for later.)
  3. Run curl http://localhost:3000/api/workers | jq '.[].status' to verify the API reports "online" for the built-in worker.

4. Run your first job (15 minutes)

Use the visual editor to create, test, and stage a job:

  • Follow Running a job to build the default echo → time → print pipeline.
  • Experiment with Run & Trace to see how events move through each action.
  • Stage the job and deploy it to the built-in worker.

When you are done, check the live run history—this proves the pipeline deployed successfully.

5. Explore what’s next (10 minutes)

Once the basics work, branch out based on your goal:

Checklist recap

  • Environment verified against requirements
  • Binary downloaded and extracted
  • Server running with admin access
  • Built-in worker reporting online
  • First job staged, deployed, and producing output

Keep this list handy when onboarding new teammates or spinning up a fresh environment—it covers the minimum viable path to demonstrate Lyft Data end to end.