Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/camel-quarkus
Apache Camel Quarkus
https://github.com/apache/camel-quarkus
camel integration java quarkus
Last synced: about 1 month ago
JSON representation
Apache Camel Quarkus
- Host: GitHub
- URL: https://github.com/apache/camel-quarkus
- Owner: apache
- License: apache-2.0
- Created: 2019-06-21T08:55:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:51:47.000Z (6 months ago)
- Last Synced: 2024-05-22T12:04:48.688Z (6 months ago)
- Topics: camel, integration, java, quarkus
- Language: Java
- Homepage: https://camel.apache.org
- Size: 127 MB
- Stars: 243
- Watchers: 30
- Forks: 184
- Open Issues: 333
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
= Apache Camel extensions for Quarkus
image:https://img.shields.io/maven-central/v/org.apache.camel.quarkus/camel-quarkus-bom.svg["Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.camel.quarkus"]
image:https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000["Licensed under Apache License version 2.0", link="https://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]==== CI Branch Status
[width="50%"]
|===
|main | image:https://github.com/apache/camel-quarkus/actions/workflows/ci-build.yaml/badge.svg?branch=main["Main Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22"]
|camel-main | image:https://github.com/apache/camel-quarkus/actions/workflows/ci-build.yaml/badge.svg?branch=camel-main["Camel Main Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22+branch%3Acamel-main"]
|quarkus-main| image:https://github.com/apache/camel-quarkus/actions/workflows/ci-build.yaml/badge.svg?branch=quarkus-main["Quarkus Main Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22+branch%3Aquarkus-main"]
|===== What is this
This project hosts the efforts to port and package the 300+ Camel components as Quarkus extensions.
http://camel.apache.org/[Apache Camel] is the Swiss knife of integrating heterogeneous systems with more than a decade
of history and a lively community of users and developers.https://camel.apache.org/manual/getting-started.html[Getting started with Camel] is user guide to start with Camel in general.
https://quarkus.io/[Quarkus] is a Java platform offering fast boot times and low memory footprint. It targets both stock
JVMs (OpenJDK in the first place) and https://www.graalvm.org/[GraalVM].https://quarkus.io/extensions/[Quarkus extensions] are units of Quarkus distribution. They configure, boot and integrate
a technology (in our case Camel components) into your Quarkus application. You will typically use them as dependencies
in your project.== How to build
See the contributor guide xref:docs/modules/ROOT/pages/contributor-guide/index.adoc[in the source tree] or on the
https://camel.apache.org/camel-quarkus/latest/contributor-guide/index.html[Apache Camel website].== Licensing
This software is licensed under the terms you may find in the file named `LICENSE.txt` in this directory.