📄️ How to Create a Generator
Generators in Infrahub allow you to automatically create or modify data based on existing information in your database. They are defined in external repositories and can be developed and tested locally using infrahubctl generatorinfrahubctl/infrahubctl-generator).
📄️ How to connect modular Generators with checksums and triggers
Modular Generators split automation into focused layers, each handled by its own Generator. But each Generator runs independently — there's no built-in way to say "run Generator B after Generator A finishes."
📄️ Best practices for modular Generators
This page collects practical guidance for building and operating modular Generator cascades in Infrahub. These patterns come from real-world experience — they address problems that are not obvious until you have built a multi-layer cascade and run it in production.