supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
384 stars 15 forks source link

feat: Best effort attempt to use our generative AI during `npx @snaplet/seed init` #141

Closed justinvdm closed 4 months ago

justinvdm commented 4 months ago

Feature

Set a deadline (e.g. 30s) within which we'll wait for results for our new AI (technically: our data generation job, which inserts seed data sets). Also allow use to skip themselves.

Demo here: https://www.loom.com/share/2f75623eef714787b818ff4e58c73268

Changes

Links

linear[bot] commented 4 months ago
S-2091 "Best effort" attempt to use our generative AI during `@snaplet/seed init`

Set a deadline (e.g. 30s) within which we'll wait for results for our new AI (technically: our data generation job, which inserts seed data sets). Also allow use to skip themselves. Demo here: [https://www.loom.com/share/2f75623eef714787b818ff4e58c73268](https://www.loom.com/share/2f75623eef714787b818ff4e58c73268)

justinvdm commented 4 months ago

Entirely accidental, sorry!

Screenshot 2024-04-25 at 13 35 28
justinvdm commented 4 months ago

Update for PR:

Discussion here: https://discord.com/channels/788353076129038346/1232953632081711165

Thank you for bringing both up @jgoux, it totally makes sense, glad we're making the change!