commit | 03f081cbe756756f9b4466f9c345ad94d6aec6b5 | [log] [tgz] |
---|---|---|
author | Andrea Cosentino <ancosen@gmail.com> | Thu Aug 05 07:09:42 2021 +0200 |
committer | Andrea Cosentino <ancosen@gmail.com> | Thu Aug 05 07:23:58 2021 +0200 |
tree | edaaa9da9d58454b6d7848c8ea2e6d06cbacd07f | |
parent | 23d05e0089fc6d7d30708b27fab4f9a8e20ec310 [diff] |
Kafka to SQLServer Skeleton
This repository contains a collection of Camel K examples useful to understand how it works, common use cases and the idiomatic programming model.
You can find more information about Apache Camel and Apache Camel K on the official Camel website.
To better work on all examples, make sure you have all them locally by checking out the git repository:
git clone git@github.com:apache/camel-k-examples.git
We suggest you to open the examples with VSCode because it provides useful extensions for working with Camel K files. If you've already installed it on your machine, after cloning the repository, you can open the examples on the IDE executing:
code camel-k-examples
We suggest you to install the following extensions for VSCode (The IDE should automatically prompt to ask you to install them):
All examples require that you are connected to a Kubernetes/OpenShift cluster, even a local instance such as Minikube or CRC. Some advanced examples may have additional requirements.
Ensure that you've followed the Camel K installation guide for your specific cluster before looking at the examples.
All examples need at least the following CLI tools installed on your system:
kubectl
: the Kubernetes default CLI tool that can be downloaded from the Kubernetes releases page.kamel
: the Apache Camel K CLI that can be downloaded from the Camel K release page.Examples are contained in directories ordered by level of difficulty.
Most examples provide a readme.didact.md
file instead of the standard readme file. For those, if you're using VSCode with Didact installed, you can right click on the readme.didact.md
file and hit “Didact: Start Didact Tutorial from File”.
This is the current list of examples: