Hello everyone,
I am currently working on document generator for Elasticsearch since I miss such functionality in my previous work. The ideal workflow of using generator is like this:
- Choose index/type which should be scanned -> tool generate metadata about existing values in index
- User can modify metadata to help generate more precise data (optional step)
- User execute document generation with specification where data should be sent and how many (1k, 1M, etc)
I would like to ask community for few questions.
A) Do you know about any active project doing similar thing?
B) What features you would like to have in such generator?
Best regards
Jan