Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools to generate data #113

Open
divyenduz opened this issue Aug 13, 2020 · 1 comment
Open

Tools to generate data #113

divyenduz opened this issue Aug 13, 2020 · 1 comment

Comments

@divyenduz
Copy link

We have a lot of schemas and some of them have data. We would love to use tools to generate fake data for all of them and keep it as data.sql next to the schema.sql file.

Call for community to help out with suggestions.

@thenonameguy
Copy link

I'm open to developing this feature for Postgres!

I already loaded some schemas from this repo into my data ingestion platform, that infers the correct SQL mutation ordering (INSERTs/UPDATEs needed to fill all columns).

Here is an example for Mastodon:
Screenshot 2024-11-07 at 09 41 37

I'm considering a similar approach to: https://gitlab.com/geometalab/pgsynthdata
with some extra niceties, like considering CHECK constraints and removing some data type limitations.

Would you be interested in this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants