TutorialsΒΆ
These tutorials walk you through common development tasks when working with GeneralManager. Each guide builds on the core concepts and demonstrates practical workflows.
- Create a project scaffold
- Add a manager that stores measurements
- Define permission rules
- Enforce permissions step by step
- Expose data over GraphQL
- Run historical queries
- Batch data-change notifications
- Cache dependent calculations
- Write a custom interface
- Generate test data in bulk
- Create related objects with factories
- Testing strategies
- Analyse permission audit logs
- Handle database migrations
- Build workflow event triggers
- Operate workflow outbox/dead letters
- Run search reconciliation
- Upload files through GraphQL
- Use direct S3 uploads
- Run the installed chat evaluation suite
- Keep ORM writes and history on one database
- Write validation rules with reliable fallback errors
Follow them in order when you start a new project, or jump to the topic relevant to your current task.