|
|
|
|
|
by debosmit
849 days ago
|
|
do you have some thoughts on how sdv-dev type projects can be used to start populating, say, a database (eg: mysql running in a container)
i've looked into this space a bunch (eg: Gretel, Tonic, etc) and there doesn't seem to be a good solution that works end-to-end
Privacy Dynamics is quite cool but ideally I'd like something super lightweight that can get pointed to a source db of some sort and then write to a sink (maybe applying a transformation layer in the middle) |
|
I see it in 4 steps: 1. Connect to a source db to import your data 2. Train a Gen AI using the source data 3. Use it create synthetic data 3. Export synthetic data into a new db
The SDV team is working on business solutions to cover the full use case. You can use the public SDV to validate steps 2 and 3.