Installation
Get started with Chalk
How to spin-up a project and query features from your pipelines.
Quickstart
It only takes a few minutes to setup a project with Chalk's command line tool. This guide will walk you through how to start a project from a template.
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.
Terminalcurl -s -L https://api.chalk.ai/install.sh | shLogin or sign up
Login or signup with Chalk directly from the command line. The
chalk logincommand will open your browser and create an API token for your local development.Terminalchalk loginDeploy your features
Deploy your feature pipeline to production. After you've written some features and resolvers, use the
chalk applycommand to deploy your feature pipelines.Terminalchalk applyQuery your features
Query your features directly from the command line with
chalk queryto see that they're live and available.Terminalchalk query --in user.id=1 \ --out user.fraud_score \ --out user.plaid.name_match_score