Getting started
Start with Arc Runtime
Understand Arcwell's event model, create a workspace, and choose the shortest path to a running service.
What you will build
Arc Runtime receives typed events, evaluates routing rules, and delivers work to durable streams. The quick start builds a small order pipeline with one producer and one worker.
Choose a path
| Goal | Start here | Typical time |
|---|---|---|
| Evaluate locally | Quick start | 10 minutes |
| Add Arc to a service | Installation | 20 minutes |
| Plan a production rollout | Deployment guide | 45 minutes |
Core components
- Arc Runtime validates, routes, and records events.
- Relay Gateway accepts signed traffic at the network edge.
- Atlas SDK provides typed producers and workers for TypeScript.
- arcctl manages workspaces, schemas, streams, and deployments.