- Notifications
You must be signed in to change notification settings - Fork200
apache/camel-quarkus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project hosts the efforts to port and package the 300+ Camel components as Quarkus extensions.
Apache Camel is the Swiss knife of integrating heterogeneous systems with more than a decadeof history and a lively community of users and developers.
Getting started with Camel is user guide to start with Camel in general.
Quarkus is a Java platform offering fast boot times and low memory footprint. It targets both stockJVMs (OpenJDK in the first place) andGraalVM.
Quarkus extensions are units of Quarkus distribution. They configure, boot and integratea technology (in our case Camel components) into your Quarkus application. You will typically use them as dependenciesin your project.
See the contributor guidein the source tree or on theApache Camel website.
About
Apache Camel Quarkus