Go to Tonic.ai
Search…
⌃K
Links
Tonic User Guide
About Tonic
Getting started with Tonic
Managing your Tonic account
Frequently Asked Questions
Setting up and analyzing your workspace
Managing workspaces
Using Privacy Hub to identify and protect sensitive data
Tracking changes to the workspace configuration
Using the Privacy Report to verify data protection
Managing access to workspaces
Configuring data generation details
Database View
Table View
Table modes
Generators
Generator summary
Generator reference
Generator characteristics
Enabling consistency
Linking generators
Differential privacy
Data-free generators
Partitioning a column
Supporting uniqueness constraints
Format-preserving encryption (FPE)
Generator types
Assigning and configuring generators
Generator hints and tips
Managing generator presets
Configuring and using Tonic data encryption
Custom value processors
Subsetting data
Viewing and adding foreign keys
Running Tonic workflows
Running a data generation job
Viewing jobs and job details
Managing Tonic performance
Post-job scripts
Webhooks
Viewing and resolving schema changes
Installing and Administering Tonic
Tonic architecture
Using Tonic securely
Deploying a self-hosted Tonic instance
Managing user access to Tonic
Tonic monitoring and logging
Setting environment variables
Updating Tonic
Connecting to your data
About data connectors
Data connector summary
Amazon EMR
Amazon Redshift
Databricks
Google BigQuery
MongoDB
MySQL (also supports MariaDB)
Oracle
PostgreSQL
Snowflake on AWS
Spark SDK
Spark with Livy
SQL Server
Using the Tonic API
About the Tonic API
Getting an API token
Getting the workspace ID
Using the Tonic API to perform tasks
Example script: Starting a data generation job
Example script: Polling for a job status and creating a Docker package
Other resources
Release notes
Powered By
GitBook
Generator characteristics
When you consider which generator to use, it helps to be familiar with these generator characteristics.
Consistency
Map the same input values to the same output values across multiple columns, tables, and databases.
Linking
Identify columns that use the same generator and that are inter-dependent or correlated.
Differential privacy
Ensures that the output does not reveal anything that is attributable to a specific member of the source data.
Data-free generators
Indicates that the generator output is completely unrelated to the input.
Column partitioning
Base the value of a column on other related columns.
Uniqueness constraints
Generators that you can use on columns that have uniqueness constraints.
Format-preserving encryption (FPE)
Encrypts data in such a way that the output is in the same format as the input.
Previous
Generator reference
Next
Enabling consistency
Last modified
1mo ago