An open API service indexing awesome lists of open source software.

https://github.com/gretelai/multi-table

Notebook and code to synthesize relational databases such as Postgres and Mysql.
https://github.com/gretelai/multi-table

anonymization pii-detection postgres synthetic-data

Last synced: over 1 year ago
JSON representation

Notebook and code to synthesize relational databases such as Postgres and Mysql.

Awesome Lists containing this project

README

          

# Gretel Multi-Table

This code is designed to run transforms or synthetics directly on a relational database while keeping the referential integrity of primary and foreign keys intact.

# Get Started

Install, preferebly into a virtual environment

```
pip install -U .
```

## Running the notebooks

1. Launch either the transform or synthetics notebook
2. Update your database connection string
3. If running transforms, update the location of your policy files
3. When viewing data or the synthetic performance report, update the relevant cell to use your table names
3. Update where you'd like your final data stored