Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 880 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 880 Bytes

Synthesized TDK Oracle Demo

Sakila for Oracle is an Oracle port of the legendary MySQL Sakila sample database.

git clone https://github.com/synthesized-io/pagila-tdk-demo
cd pagila-tdk-demo/oracle

Masking of the existing data

Set up the TDK license key:

export SYNTHESIZED_KEY=kDpeQB...

Note

Please contact us to obtain an enterprise license key.

Spin up Oracle databases:

docker compose run databases

Run TDK:

docker compose run tdk

Export to PostgreSQL

Run ora2pg to export the masked Oracle database to set of PostgreSQL sql-files:

docker compose run ora2pg

Run the PostgreSQL database:

docker compose up postgres_masked -d