1. Quick start
Run a generated two-Component System locally. You see the CLI scaffold Components, assemble a system host, move an order through a Topic, and inspect the result.
The tutorials are the main path through Intropy. Start with a running System, then build the inside of one Component, then compose several Components into one System. Deployment comes after the build path, using the same artifacts.
Each support page exists to answer a question raised by a tutorial step. If you meet a term you do not know, follow the link from that step and return to the tutorial.
1. Quick start
Run a generated two-Component System locally. You see the CLI scaffold Components, assemble a system host, move an order through a Topic, and inspect the result.
2. Transactional integration
Build the pipeline inside one Component. You define the message model, implement the steps, make tests pass, then add idempotency and business incidents.
3. Distribution
Compose Components into a larger System. You scaffold an extractor and loaders, create the topology, add a second destination by hand, and run fan-out.
4. First deploy
Take the quick-start System to a local Kubernetes cluster. You keep the same build artifacts and move into intropy.run.
| Tutorial | You change | You learn | Proof at the end |
|---|---|---|---|
| Quick start | scaffold values and local files | CLI, Components, Topics, system host | an order reaches the destination folder |
| Transactional integration | pipeline steps and tests | message model, context, step results, idempotency, incidents | the scaffold’s red integration tests turn green |
| Distribution | topology declaration | Systems, Ports, Topics, fan-out | one message lands in two destination folders |
| First deploy | runtime values | manifests, releases, GitOps, environment bindings | the System runs on Kubernetes |
Use these when a tutorial links to them:
intropy sys create.