Skip to content

This will contain integration and service samples displayed in choreo.

License

Notifications You must be signed in to change notification settings

wso2/choreo-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choreo Samples

This repository contains a collection of sample projects ready to deploy in Choreo, a developer platform for easily taking your work to production. These samples demonstrate various use cases and provide examples for different scenarios.

Samples

You can explore the README.md of each sample in its respective directory to learn more about how to use Choreo for specific use cases.

Getting Started

Follow these steps to get started with these Choreo samples:

  1. Fork this repository to your GitHub account.
  2. Follow the instructions provided in the respective sample's README to deploy and test the sample.

Contributing

If you'd like to contribute to this repository, feel free to submit pull requests. Make sure to refer the pull request template.

Adding a new sample

If you'd like to add a new sample to this repository, please follow the below steps:

  1. Create a new directory for the sample.
  2. Add a README.md file to the directory with the following information:
    • A brief description of the sample.
    • Instructions on how to deploy the sample in Choreo.
    • Instructions on how to test the sample.
  3. Add a metadatata file for the sample in the .samples directory. The metadata file should be named as <sample-name>.yaml. The metadata file should contain the following information:
    • name: Name of the sample.
    • description: A brief description of the sample.
    • componentType: Component type of the sample. Examples:
      • service
      • web-application
      • webhook
      • manual-task
      • scheduled-task
      • event-handler
      • test-runner
      • many
    • buildPack: Build pack of the sample. Examples:
      • node
      • python
      • java
      • ballerina
      • dockerfile
      • many
      • wso2-mi
    • repositoryUrl: The GitHub repository URL of the sample. https://github.com/wso2/choreo-samples/
    • componentPath : The path to the component in the repository. This should be the path to the directory that contains the sample.
    • thumbnailPath: The path to the thumbnail image of the sample. This should be the path to the thumbnail image relative to the repositoryUrl directory. It is recommended to add the thumbnail to the .samples/icons directory and refer it here.
    • documentationPath: The path to the documentation/README.md of the sample. This should be the path to the documentation relative to the repositoryUrl directory.
    • tags: Tags for the sample. This should be a list of strings.
  4. Submit a pull request to this repository.

License

This project is licensed under the Apache License.

Contact

If you have any questions or need assistance, you can join the Choreo community Discord channel.

About

This will contain integration and service samples displayed in choreo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published