Skip to content

synthesized-io/tdk-demo

Repository files navigation

TDK Demo

This repository contains a collection of demo projects for data generation, masking, and subsetting for various databases and integrations using Synthesized TDK.

generation from scratch demo

Demos

  • TDK + PostgreSQL – generation for an empty database, generation based on existing data, masking, and subsetting for the Postgres sample database test postgres
  • TDK + MySQL – masking and subsetting for the MySQL sample database test mysql
  • TDK + SQLite - Investigate the SQL Murder Mystery with Stnthesized TDK test sqlite
  • TDK + Oracle – an example of how to mask the Oracle sample database and import it into Postgres.
  • TDK + DB2 – an example of how to mask the emdedded DB2 sample database.
  • TDK + PostgreSQL + Vault – how to use TDK with Hashicorp Vault secret manager for Postgres database test vault

Tools

  • Synthesized TDK provides database generation and masking capabilities.
  • usql - Universal command-line interface for SQL databases.

Requirements

To run this demo, the following needs to be installed on your machine:

TDK requires at least 2GB RAM, check your Docker memory settings:

Useful links

Articles and other demos