Recipes help you learn how to solve common problems with Apache Pinot.

To download Apache Pinot recipes, do one of the following:

  • Clone the repository using SSH
  • Clone the repository using HTTPS
  • If you don’t have a Git client or don’t want to clone the repository, click to download a zip file that contains the recipes.

Clone the pinot-recipes repository using SSH

To clone the pinot-recipes repository using SSH, do the following:

  1. Set up SSH keys associated with your GitHub account on your local machine. For more information, see Connecting to GitHub with SSH.
  2. Run the following command:
 git clone git@github.com:startreedata/pinot-recipes.git

Clone the pinot-recipes repository using HTTPS

To clone the pinot-recipes repository using HTTPS, do the following:

  1. Run the following command:
 git clone https://github.com/startreedata/pinot-recipes.git
  1. At the prompt, enter your GitHub username and a personal access token. If you forgot your GitHub username, see Remembering your GitHub username or email. If you need a personal access token, see Creating a personal access token.