GreenmaskIO / greenmask

PostgreSQL database anonymization and synthetic data generation tool
https://greenmask.io
Apache License 2.0
1.07k stars 18 forks source link

Implemented a database subset with circular dependencies: #154

Closed wwoytenko closed 2 months ago

wwoytenko commented 2 months ago

Database subset with key integrity checks, ensuring integrity within circular dependencies.

Main features:

This version does not yet support cases where there are multiple cycles within a single strongly connected component (SCC). This will be addressed in the next increment.

This partially closes #147.

The features that must be implemented in the 4th code increment include:

Closes #147