Show HN: Generate coherent, synthetic data at scale(github.com)
github.com
Show HN: Generate coherent, synthetic data at scale
https://github.com/ds-horizon/datagen
4 comments
Something similar I found: https://www.tinybird.co/blog/mockingbird-announcement-mock-d...
Hi, thanks for sharing. There are quite different tools; afaiu, the one you shared does not have any means of cross referencing other data. Also I could see only basic knobs to control the data generation -- ints b/w max/min, weighted distribution from a set of possible options etc.
datagen on the other hand allows you to access the data of any model, any field, any row to create new data; much like a DAG. This is a very powerful abstraction.
Of course, not having to write "code" in json is great too!
datagen on the other hand allows you to access the data of any model, any field, any row to create new data; much like a DAG. This is a very powerful abstraction.
Of course, not having to write "code" in json is great too!
Is there a good way this could be used for model distillation? Hmmm
[deleted]
Today, we are happy to introduce datagen, a tool we developed internally to solve this problem. It generates coherent, synthetic data with the ability to model complex relationships. It is a new DSL (domain specific language) using which the user specifies the shape of the entity they wish to generate, and generator functions describing the logic for generating each field. The entity can be a table in a relational dbms, or a json document in a document store, or a csv file to upload on S3 etc.
The user writes models in .dg files that are transpiled to golang code, which can then be used to generate coherent, synthetic data.
Here is a simple example:
Checkout the website for more information: https://ds-horizon.github.io/datagen/
Demo video - https://www.youtube.com/watch?v=ly0DfzTup28