Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
SchemaDefinition -> Stream<MockRecord>
Generate an infinite, programmatic stream of mock data records based on target SQL schema defaults and generator functions.
Problem it solves
Testing real-time streaming queries requires standing up message queues (like Kafka) which creates deployment overhead during local testing.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.