Quent Tutorial
This tutorial builds a Quent model from basic events through finite-state machines and resources. Every lesson shows the complete YAML model beside the generated instrumentation API that uses it.
Use the Quent Schema Explorer to inspect an Application Event Schema interactively.
How Quent fits together
- Model the application. An Application Event Schema defines the entities, events, and attributes that describe the application’s behavior. Semantic modules add reusable constraints and meaning for analysis and user interfaces.
- Generate typed libraries. Code generation produces application-specific instrumentation and analysis libraries from the same schema.
- Capture events. The application emits events through the generated instrumentation API. The instrumentation library writes those events to the event store. Other event sources can contribute to the same data.
- Analyze behavior. An analysis service uses the generated analysis library to interpret the stored events and provide application-specific results.
Tutorial scope
Each example introduces one concept and shows the corresponding generated API.
Use the arrow on the right or the sidebar to begin.