Getting Started with Hatchet Compute
Hatchet Compute is available in Hatchet Cloud.
Project Setup
This guide will walk you through the process of setting up a Hatchet Compute project and assumes you have a basic understanding of Hatchet. If you'd like you can fork the Hatchet Compute Example Repo (opens in a new tab) to follow along.
- Sign in or sign up for Hatchet Cloud here (opens in a new tab).
- Navigate to the Managed Compute view to configure your compute resources.
- Ensure your code is committed to a Git repository.
- Click + New Worker to create a new managed compute worker pool.
- Connect your Git repository to Hatchet and select the repository and branch you'd like to deploy.
- Specify the directory where your Dockerfile is located.
- Select Infrastructure as Code to have Hatchet automatically manage your compute resources based on your workflow code, or select Manual to manage your compute resources through the Hatchet UI.
- Click Deploy to deploy your workflow.
Your workflow will be deployed and you'll be able to monitor and scale your compute resources through the Hatchet UI.