Getting Started¶
Welcome to DataKit! This section will help you get up and running with the dk CLI in under 30 minutes.
Overview¶
The getting started guide covers everything you need to:
- Set up your environment with the required prerequisites
- Install the DK CLI on your machine
- Create and run your first pipeline using the quickstart tutorial
Learning Path¶
Prerequisites¶
Before you begin, make sure you have the required tools installed.
What You'll Learn¶
By the end of this guide, you'll be able to:
- ✅ Install and configure the
dkCLI - ✅ Create a new data package with
dk init - ✅ Start the local development stack with
dk dev up - ✅ Validate your package with
dk lint - ✅ Run your pipeline locally with
dk run - ✅ Build and publish your package with
dk buildanddk publish - ✅ Promote your package to an environment with
dk promote
Next Steps¶
After completing the quickstart, explore: