Samples Overview¶
Choreo provides an extensive collection of samples for a wide range of use cases. You can quickly deploy and explore these samples to easily understand the core functionalities of the platform.
Prerequisites¶
Before you use the samples, complete the following steps:
- If you're signing in for the first time, follow these steps to create an organization and then create a project:
- Go to the Choreo Console and sign in using Google, GitHub, or Microsoft.
- Enter a unique organization name. For example,
Stark Industries
. - Read and accept the privacy policy and terms of use.
- Click Create. This creates an organization and takes you to its Overview* page.
- On the organization home page, click + Create Project.
- Enter a display name, unique name, and description for the project.
- Click Create. This creates the project and takes you to its Overview page.
Explore the Choreo samples collection¶
You can filter and explore Choreo's sample collection based on your preference.
To view available samples, follow these steps:
- Sign in to the Choreo Console.
- In the Choreo Console header, go to the Project list and select your project to open its Overview page.
- On the project Overview page, go to the Get Started with a Sample section. You will see a selection of samples.
- To see the complete collection of samples, click View All Samples.
When you view all samples, you can filter and search for samples by the following criteria:
- Buildpack: Filters by the technology used. For example, Ballerina, NodeJS, Docker, etc.
- Component Type: Filters by the component type. For example, service, web application, scheduled tasks, manual tasks, etc.
- Tags: Use tags like REST, HTTP, or GraphQL to find samples with specific functionalities or integrations.
You can either quick deploy a sample or access its source code on GitHub. For details on quick deploying a sample, see Quick Deploy a Sample.