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.2

Projects

A Project is the top-level workspace inside a Tabsdata Server. Projects organize related workflows and their resources while isolating them from other Projects on the same Server.

This allows multiple teams to share a single Server without interfering with each other's work.

Working in a Project​

Most Tabsdata operations are performed within the context of a Project. You can set a default Project for the tdk CLI using:

tdk set --proj sales_analytics

The selected Project remains the default for subsequent commands. Commands that support the --proj option can target a different Project without changing the default.

Managing Projects​

Creating a Project establishes an empty workspace within an existing Server. Groups and Collections can then be created to organize the Functions and Tables that make up your workflows.

Deleting a Project removes the Project and its resources without affecting other Projects on the Server.

See Create a Project, Update a Project, and Delete a Project for step-by-step instructions.