Skip to content

Commit

Permalink
Merge pull request #97 from lhein/portfolioUpdate
Browse files Browse the repository at this point in the history
updating the use cases videos
  • Loading branch information
lhein authored Jan 29, 2024
2 parents c3f64d7 + 9868ceb commit 5e3b834
Show file tree
Hide file tree
Showing 26 changed files with 54 additions and 65 deletions.
12 changes: 0 additions & 12 deletions content/portfolio/2022-07-15-kamelet-creation.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/portfolio/HelloWorldKLB.md

This file was deleted.

12 changes: 12 additions & 0 deletions content/portfolio/KaotoCatalogOverview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Kaoto Catalog Overview"
date: 2024-01-29T12:00:00+06:00
video: "images/portfolio/KaotoCatalogOverview"
#subtitle: "images/portfolio/sample.vtt"
categories: ["visual editor", "low-code", "no-code", "catalog"]
description: "Provides a short overview of the Kaoto Catalog and it's features"
draft: false
---

In the following video you can get an overview of the Kaoto catalog which provides you a collection of all supported Camel components, processors and Kamelets. Additional features like showing the details of each catalog item as well as filtering capabilities are demoed as well.

13 changes: 13 additions & 0 deletions content/portfolio/KaotoInAction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Low-Code development with Kaoto"
date: 2024-01-29T12:00:00+06:00
video: "images/portfolio/KaotoInAction"
#subtitle: "images/portfolio/sample.vtt"
categories: ["visual editor", "low-code"]
description: "Shows how to do roundtrip development with Kaoto"
draft: false
---

In the following video we can see how to use both the visual editor and the source editor to do rountrip editing on your Apache Camel integrations.


29 changes: 29 additions & 0 deletions content/portfolio/RapidPrototypingJBang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Rapid Prototyping with Camel JBang and Kaoto"
date: 2024-01-29T12:00:00+06:00
video: "images/portfolio/RapidPrototypingJBang"
#subtitle: "images/portfolio/sample.vtt"
categories: ["jbang","visual editor", "no-code", "testing"]
description: "Use live reload of your integration via Camel JBang to speed up development"
draft: false
---

On the following video we can see how to run your integration using Camel JBang dev mode.

Please make sure you have the [Camel JBang CLI](https://camel.apache.org/manual/camel-jbang.html) installed before you start.

First we create a new route by selecting "New" in the top menu bar. Make sure that "Camel Route" is selected. This will already spawn a small integration which start with a **timer** and ends with a **log**. The timer is going to send a message to the following log step periodically. The log step will just log the message sent from the previous step.

Now hit the **Copy to Clipboard** button in the top menu above your route visualization. This will copy the integration source code to your clipboard. We will use that in the next step.

Finally we are going to run the integration in *dev mode* from the clipboard. For this we open a console and enter the following command:

```bash
camel run clipboard.yaml --dev
```

We are using the [Run from Clipboard](https://camel.apache.org/manual/camel-jbang.html#_run_from_clipboard) functionality of the Camel JBang CLI. This means whenever something is copied to your clipboard, it will automatically reloading in the Camel JBang CLI as the current integration.

You should by now see an output in the console repeating every second. You can now click on the **log** step to open up the configuration form in Kaoto. Now scroll to the **Message** property and change it to whatever you like to show up in the console. Finally hit again the **Copy to Clipboard** button and watch the console reloading the integration and then your new message will show up.

**Please note, this is risky! For a more secure approach see [Dev Mode with Live Reload](https://camel.apache.org/manual/camel-jbang.html#_dev_mode_with_live_reload)**.
9 changes: 0 additions & 9 deletions content/portfolio/StepCatalog.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/portfolio/StepCatalogDetailed.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/portfolio/VisualEditorInAction.md

This file was deleted.

16 changes: 0 additions & 16 deletions content/portfolio/deployment-via-camelk.md

This file was deleted.

Binary file removed static/images/portfolio/20220715Kaoto.mp4
Binary file not shown.
Binary file removed static/images/portfolio/20220715Kaoto.webm
Binary file not shown.
Binary file removed static/images/portfolio/202208FOSS4G.mp4
Binary file not shown.
Binary file not shown.
Binary file added static/images/portfolio/KaotoInAction.webm
Binary file not shown.
Binary file not shown.
Binary file removed static/images/portfolio/hello-kaoto.mp4
Binary file not shown.
Binary file removed static/images/portfolio/hello-kaoto.webm
Binary file not shown.
Binary file removed static/images/portfolio/low-code-kaoto.mp4
Binary file not shown.
Binary file removed static/images/portfolio/low-code-kaoto.webm
Binary file not shown.
File renamed without changes.
Binary file removed static/images/portfolio/screenshot-01.webp
Binary file not shown.
Binary file removed static/images/portfolio/screenshot-02.webp
Binary file not shown.
Binary file removed static/images/portfolio/screenshot-03.webp
Binary file not shown.
Binary file removed static/images/portfolio/screenshot-04.webp
Binary file not shown.
Binary file removed static/images/portfolio/simple-drag-and-drop.mp4
Binary file not shown.
Binary file removed static/images/portfolio/simple-drag-and-drop.webm
Binary file not shown.

0 comments on commit 5e3b834

Please sign in to comment.