Skip to content

Commit

Permalink
docs: update Readme.md to show latest Kaoto UI (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Dec 10, 2024
1 parent af27b16 commit 06ca7ab
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<a href="https://www.kaoto.io">Kaoto</a> is an integration editor to create and deploy workflows in a visual, low-code way, with developer-friendly features like a code editor and deployments to the cloud. Kaoto augments user productivity via <a href="https://camel.apache.org">Apache Camel</a>. It accelerates new users and helps experienced developers.
</p><br/>

<p align="center"><img src="images/designer.png" alt="Shows the Kaoto graphical integration designer displaying an integration with multiple steps" width="100%"/></p>
<p align="center"><img src="./images/kaoto-2.3.0.png" alt="Shows Kaoto - The Integration Designer for Apache Camel" width="100%"/></p>

<p align="center"><img src="images/catalog.png" alt="Shows the Kaoto internal catalog with all AI related components" width="100%"/></p>
<p align="center"><img src="./images/kaoto-2.3.0_catalog.png" alt="Shows the Kaoto internal catalog components" width="100%"/></p>

### Features

Expand Down
Binary file removed images/catalog.png
Binary file not shown.
Binary file removed images/designer.png
Binary file not shown.
Binary file added images/kaoto-2.3.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kaoto-2.3.0_catalog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions resources/demo.camel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
- route:
id: route-8660
description: sensors-to-kafka
from:
id: from-4254
description: sensor_events
uri: amqp
parameters:
destinationName: sensor_events
steps:
- transform:
id: transform-3580
- choice:
id: choice-2856
otherwise:
id: otherwise-7547
description: any deviation?
steps:
- to:
id: to-2617
description: alert-service
uri: direct
parameters:
name: alerts
when:
- id: when-1621
description: in normal range?
steps:
- to:
id: to-2739
uri: kafka
parameters:
topic: x
expression:
simple:
expression: ${header.foo} == 1
- route:
id: route-4232
description: alert-service
from:
id: from-3279
description: alert-service
uri: direct
parameters:
name: a
steps:
- setBody:
id: setBody-2152
description: set insert query
expression:
simple:
expression: a
- to:
id: to-1159
description: store alert
uri: jdbc
parameters:
dataSourceName: x

0 comments on commit 06ca7ab

Please sign in to comment.