Overview
The Datalus workflow is structured as pipeline that starts as a database schema and ends as a set amount of notional data that can be exported back into your database.
When getting started with Datalus, the general steps of getting a pipeline set up are as follows:
- Connect Datalus to your development database
- Create generator functions
- Create a new project
- From scratch by manually creating tables and columns modeled after your planned schema
- By introspecting your database and creating a schema automatically
- Apply a generator function to each column in your schema
- Configure any parameters involved in your generator functions
- Run a data generation job
- View and export your notional data
The following section will go over each of these steps to help you succeed in generating notional data.