-
Install Chalk
Install the Chalk command line tool. The Chalk CLI allows you to create, update, and manage your feature pipelines directly from your terminal.
curl -s -L https://api.chalk.ai/install.sh | sh
-
Create and activate a virtual environment in your project directory
Creating a virtual environment is a good practice to keep your project dependencies isolated from your system dependencies.
python -m venv .venv source .venv/bin/activate
-
Login or sign up
Login or signup with Chalk directly from the command line. The
chalk login
command will open your browser and create an API token for your local development. -
Deploy your features
Deploy your feature pipeline to production. After you've written some features and resolvers, use the
chalk apply
command to deploy your feature pipelines. -
Query your features
Query your features directly from the command line with
chalk query
to see that they're live and available.
-
Notifications
You must be signed in to change notification settings - Fork 0
chalk-ai/transaction-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published