Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk project create

Create a new project

tdk project create \
--name quickstart \
--description Ingests raw sales data from Postgres
FlagTypeRequiredDescription
--name, -nstringRequiredName of the project to create.
--descriptionstringOptionalDescription of the project.