Creating a project
Projects are a way of organizing synthetic data generation pipelines. A project consists of multiple tables that generally correspond to your database schema.
To create a project, navigate to the "Projects" tab in the top left of Datalus.
[TODO - image of header]
The "New Project" button at the top right will take you to the Create Project Wizard.
Give your project a name and select how you want to define the project schema.
Import a database schema
If you already have a database with a schema, this is the recommended path to. Select which tables from a connected database you would like to import.
[TODO - image of database schema selection]
Import a CSV Schema
You may also upload CSV files and Datalus will extract the headers and create a table from each uploaded CSV file.
[TODO - image of csv file selection page]
Blank Project
A blank project will not have any tables, and you will manually have to define them.
Project Overview
Once you finished the Create Project Wizard, you will be taken to the project overview page that will show a list of all the tables in the project.
[TODO - image of project overview]