Concepts OverviewΒΆ
The concept guides explain the building blocks that power GeneralManager. They provide the mental model you need before diving into tutorials or API references. Each section focuses on a specific layer of the framework:
- Core architecture covers managers, buckets, dependency tracking, and the runtime lifecycle.
- Domain modelling explores how to shape managers, buckets, and grouping utilities.
- Caching, historical execution, and rule validation discuss cross-cutting features that keep data fresh, consistent, and trustworthy.
- Workflow explains event routing, workflow engines, outbox delivery, and operational state.
- Public utilities describes exported helper functions for naming, filtering, JSON encoding, cache keys, and path mapping.
- Measurement handling, permissions, interfaces, GraphQL, and factories & testing provide deep dives into their respective subsystems.
- Seeding explains dependency-aware manager landscape generation for demos, tests, and local development.
Use this section as a map; each page links to tutorials and API references relevant to the topic.