Skip to content
/ kaoto Public
forked from KaotoIO/kaoto

Next version of the UI of the Kaoto project

License

Notifications You must be signed in to change notification settings

lhein/kaoto

 
 

Kaoto

The Integration Designer for Apache Camel Kaoto Online Follow on Youtube License Zulip

Kaoto - The Integration Designer for Apache Camel

FeaturesRequirementsDocumentationWorkshopsContributeChat

Kaoto lowers the barrier to getting started with Apache Camel, enabling users to quickly prototype and integrate systems without deep Camel knowledge or complex Java coding. With a modern, open-source visual designer, Kaoto empowers teams to build and test integrations efficiently in a low-code environment, accelerating the development process.


Shows Kaoto - The Integration Designer for Apache Camel

Feature Highlights

Kaoto has been designed with a focus on enabling users to quickly prototype Apache Camel integrations without deep Camel knowledge or having to write complex Java code.


Based on Apache Camel
Kaoto utilizes the Apache Camel models and schemas to always offer you all available upstream Camel features.

VS Code Extension
Kaoto comes as an extension you can easily install from the VS Code Marketplace. Install it directly from inside your VS Code instance.

Care About Developers
Kaoto is a low-code / no-code visual editor for Apache Camel integrations. Using Kaoto will lower the barrier for integration developers to get started with Apache Camel.

Free Libre and Open Source
Truly open with no vendor lock-in. Use, reuse, share, modify, and resell to your needs. Own Kaoto and make it yours, making sure your use cases are covered.

Built-In Catalog
Kaoto provides you access to a catalog of 300+ Camel Components, 200+ Kamelets and a variety of Enterprise Integration Patterns to choose from. Each comes with documentation to help you get started.

Rapid Prototyping
Building your integration while running it in parallel in Dev Mode gives you a quick turnaround on your changes and enables you to quickly prototype your Camel routes.

Visual Integration Editor

Design your Camel routes, Kamelets and Pipes in a visual low-code / no-code way. Drag and drop components, connect them together, and see your integration flow come to life.
Visual Integration Editor

Built-in Catalog

Built-in Catalog

Browse the comprehensive built-in catalog containing a vast number of available Camel Components (Connectors), Enterprise Integration Patterns as well as Kamelets provided by Apache Camel.

Easy Configuration

Selecting a figure on the graphical canvas will open up a configuration form to the right side which allows you to easily configure your components without writing code.
Easy Configuration

Data Mapping & Transformation

Built-in Data Mapping

Use the Kaoto DataMapper to map data between input and output structures and to transform it to your needs. Visually connect fields and apply transformations without writing complex code.

Powerful Sidebar Views

Browse integration files, orchestrate running Camel integrations, initialize new routes, export as Maven projects for Quarkus or Spring Boot, run locally, and deploy to OpenShift/Kubernetes - all from dedicated sidebar views.
Sidebar Views

Table of Contents

Kaoto Online

Have a quick look at our online demo instance: https://red.ht/kaoto

Kaoto Extension

Let's try also our Visual Studio Code extension from the VS Code Marketplace or Open VSX Registry

Requirements

Development Requirements

  • NodeJS (v22.x or higher) +info
  • Yarn (v3.x or higher) +info

ℹ️ For more information on Vite, check Vite's documentation.

Browser Requirements

  • Mozilla Firefox
  • Google Chrome
  • Microsoft Edge

⚠️ Microsoft Internet Explorer and Safari are not supported

Getting Started

Clone the Repository

First, clone the repository to your local machine.

git clone https://github.com/KaotoIO/kaoto

Install Dependencies

Navigate to the cloned directory and install the necessary packages.

cd kaoto
yarn install

Note: By default, @kaoto/camel-catalog will also be built using the mvn wrapper.

Running Kaoto with Docker

For trial purposes, there is a docker image that can be run locally:

docker run --rm -p 8080:8080 --name kaoto quay.io/kaotoio/kaoto-app:main

Development

Web Application

Run

To start the development server, execute the following command:

yarn workspace @kaoto/kaoto run start

The application will be accessible at http://localhost:5173 by default.

Build

To build the web application, execute:

yarn workspace @kaoto/kaoto run build

Public Components

To build the public components, execute:

yarn workspace @kaoto/kaoto run build:lib

Storybook

To view the storybook stories, go to Chromatic. The stories are built for non-Dependabot pull requests and the link to storybook generated for PR is linked once the storybook is published. You can learn more about how to create a story for your UI component here.

To run Storybook locally:

# first build the ui library
yarn workspace @kaoto/kaoto build:lib

# run the storybook
yarn workspace @kaoto/kaoto-tests storybook

To publish to Chromatic: yarn workspace @kaoto/kaoto-tests chromatic

About

Next version of the UI of the Kaoto project

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • SCSS 1.0%
  • XSLT 0.6%
  • JavaScript 0.2%
  • HTML 0.0%
  • Dockerfile 0.0%