Kaoto - The Integration Designer for Apache Camel
Documentation | Workshops | Contribute | Chat
Kaoto is a visual editor for Apache Camel integrations. It offers support in creating and editing Camel Routes, Kamelets and Pipes. Kaoto also has a built-in catalog with available Camel components, Enterprise Integration Patterns and Kamelets provided by the Apache Camel community.
Have a quick look at our online demo instance: https://kaotoio.github.io/kaoto/
This repository holds the website for https://kaoto.io/. Built with Hugo Blox.
You will need to install some tools to be able to build and run this project locally.
You will need Go installed to build the project. Check your package manager of choice or visit the GO Installation page below.
You will need Hugo installed to run this project locally. You can do this via your package manager or visit the Hugo Installation page below.
pnpm installhugo serverOnce Hugo started successfully, you will find the page at http://localhost:1313.
Note
The port 1313 is default.
However this port can be different for you if it is already in use. Please check the console output for the right URL.
