apupier commented on code in PR #1190: URL: https://github.com/apache/camel-website/pull/1190#discussion_r1631167600
########## content/blog/2024/01/kaoto-release-2.0.0/index.md: ########## @@ -0,0 +1,109 @@ +--- +title: "Kaoto v2.0 release" +date: 2024-06-06 +draft: false +authors: [lordrip] +categories: ["Releases", "Tooling", "Kaoto"] +preview: "Kaoto 2.0 has been released" +--- + +<p align="center"> + <img src="CamelKaoto.png" alt="Kaoto" height="400"/> +</p> + +After previously releasing 3 technical previews, we are thrilled to finally announce the release of Kaoto 2.0, marking the first big release after the project aligned to be much closer to Apache Camel. + +## What is Kaoto? + +Kaoto, short for Kamel Orchestration Tool, is a low-code and no-code integration designer that allows users to create and edit integrations based on Apache Camel. It is extendable, flexible, and adaptable to various use cases, making it a versatile tool for integration projects. You can work both visually and also directly access the source code giving you a full round-trip editing experience. + +## Kaoto in Action +{{< youtube id="S1WlAMos_64" class="video" >}} + +## Where can I get Kaoto? + +Our main environment is currently [Visual Studio Code](https://code.visualstudio.com/). That means Kaoto has created an extension for VS Code, which you can easily install from the VS Code marketplace. While you can go for simply installing [the Kaoto extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto) we still suggest to install [the Extension Pack for Apache Camel](https://marketplace.visualstudio.com/items?itemName=redhat.apache-camel-extension-pack) which not only comes with Kaoto but also installs additional useful extensions like the textual debugger, source code assistance and a couple of other useful extensions which makes working with Camel integrations easier. There is also [the Camel CLI](https://camel.apache.org/manual/camel-jbang.html) using JBang and we strongly recommend installing that as well as it will allow you to quickly run your integrations while you are working on it, giving you quick results. You want to know more about that? P lease read our more comprehensive installation guide. + +<p align="center"> + <img src="installKaoto.gif" alt="Install Kaoto" height="400"/> +</p> + +## Create Routes easily + +VS Code provides you with commands to easily create Camel routes, Kamelets, Pipes and others. You can filter for these commands when you type “Camel:”, which then will show the Camel related commands only. When using these commands, we do already provide you with a template to easily get started with prototyping. You can configure the steps of the integration by clicking and selecting them, which will open up a configuration side panel you can use for your changes. Review Comment: ```suggestion VS Code Extension pack for Camel provides you with commands to easily create Camel routes, Kamelets, Pipes and others. You can filter for these commands when you type “Camel:”, which then will show the Camel related commands only. When using these commands, we do already provide you with a template to easily get started with prototyping. You can configure the steps of the integration by clicking and selecting them, which will open up a configuration side panel you can use for your changes. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org