This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 2541d2dc22cea4e54f231323fba86d5e814a34a1 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 11 14:10:39 2022 +0100 Init Repository --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..d79ef82 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Apache Camel Kamelets Examples + +[Apache Camel](http://camel.apache.org/) is a powerful open source integration framework based on known +Enterprise Integration Patterns with powerful bean integration. + +### Introduction + +This project provides examples for Apache Camel Kamelets on multiple runtimes: +- Camel K +- Camel-JBang +- Camel-Kamelet-Main
