Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/camel-jbang-examples
Apache Camel JBang Examples
https://github.com/apache/camel-jbang-examples
camel integration java low-code
Last synced: 20 days ago
JSON representation
Apache Camel JBang Examples
- Host: GitHub
- URL: https://github.com/apache/camel-jbang-examples
- Owner: apache
- License: apache-2.0
- Created: 2024-11-15T10:25:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T13:51:21.000Z (20 days ago)
- Last Synced: 2024-12-03T14:33:33.289Z (20 days ago)
- Topics: camel, integration, java, low-code
- Homepage: https://camel.apache.org
- Size: 9.77 KB
- Stars: 1
- Watchers: 31
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apache Camel JBang Examples
[Apache Camel](http://camel.apache.org/) is a powerful open source integration framework based on known
Enterprise Integration Patterns with powerful bean integration.## Introduction
This project provides examples for low-code integrations with Apache Camel JBang.
### Examples
This git repository hosts a set of ready-to-use examples you can try to learn more about Apache Camel,
and how Camel can be used to integrate systems. These examples are accessible for non developers, as
they can run without having to use traditional Java compilation or build systems such as Maven or Gradle.All examples can run local on your computer from a CLI terminal by executing a few commands.
These examples uses JBang as the CLI which is a great tool that makes using Java much easier.
#### Installing JBang
First install JBang according to https://www.jbang.dev
When JBang is installed then you should be able to run from a shell:
```shell
jbang --version
```This will output the version of JBang.
To run this example you can either install Camel on JBang via:
```shell
jbang app install camel@apache/camel
```Which allows to run Camel with `camel` as shown below.
```shell
camel --version
```### Other Examples
You can also find a set of various Camel JBang examples at: https://github.com/apache/camel-kamelets-examples/tree/main/jbang