blob: c3094b0b9b2bac70a0de8bbafbd7c6b9f2fc03ba [file] [log] [blame]
= Apache Camel extensions for Quarkus
This project hosts the efforts to port and package the 280+ Camel components as Quarkus extensions.
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.