Skip to content

krs1977/multi-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  4. When viewing data or the synthetic performance report, update the relevant cell to use your table names
  5. Update where you'd like your final data stored

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.3%
  • Python 0.7%