datagen
datagen copied to clipboard
Generate authentic looking mock data based on a SQL, JSON or Avro schema and produce to Kafka in JSON or Avro format.
## What type of PR is this? - [ ] ♻️ Refactor - [X] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 👷 Optimization - [X] 📝...
It would be great if a field could reuse the generated value from another field. This currently works with `parent_field` and `child_field` to specify a foreign key relationship in `_meta.relationships`,...
### Is your feature request related to a problem? Please describe. At the moment we only test the datagen ability to produce data to Kafka. We should also add some...
### Describe the bug error when input sql uses multiple columns as primary key ### To Reproduce ``` datagen -s tests/schema2.sql ```
### Describe the bug When producing tests/products.sql with avro output format, there is an error in the avro schema because of a period in the name. If the avro record...
Right now we have `--record-size` and `--wait`, but perhaps we could customize them so that the workload feels bursty -- a lot for 10 minutes, then very slow, then a...
Right now, we can set `records_per` equal to, say, `5`, which means there are 5 child records for every parent record. But what if we want another, non-uniform distribution? Like,...
### Is your feature request related to a problem? Please describe. It could be powerful to support outputting data in a debezium format. While semantically, it is not any different,...
It would be great if you could also use the faker.js collections for avro defined schemas.
We need to add the `_meta.relationships` list to .sql schemas to support foreign key relationships