All Projects → apache → Camel Quarkus

apache / Camel Quarkus

Licence: apache-2.0
Apache Camel Quarkus support

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Camel Quarkus

Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (-49.55%)
Mutual labels:  integration
Gonode
gonode introduces a way to combine the asynchronous nature of node with the simplicity of concurrency in Go.
Stars: ✭ 75 (-32.43%)
Mutual labels:  integration
Unityionicintegration
A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
Stars: ✭ 94 (-15.32%)
Mutual labels:  integration
Reoscript
JavaScript-like script language engine for .NET Application. Easy to plug in .NET Application and making API extension for script. Enhanced syntax and features are also available such as lambda expression, call setTimeout with arguments, etc...
Stars: ✭ 57 (-48.65%)
Mutual labels:  integration
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+939.64%)
Mutual labels:  integration
Foxylink
An easy way to handle integration tasks in a reliable way and run them on 1C:Enterprise server
Stars: ✭ 77 (-30.63%)
Mutual labels:  integration
Grav Plugin Tinymce Editor
TinyMCE Editor Integration Plugin for Grav
Stars: ✭ 44 (-60.36%)
Mutual labels:  integration
Samplinsafari
Samplin' Safari is a research tool to visualize and interactively inspect high-dimensional (quasi) Monte Carlo samplers.
Stars: ✭ 99 (-10.81%)
Mutual labels:  integration
Magento2 Import Export Sample Files
Default Magento 2 CE import / export CSV files & sample files for Firebear Improved Import / Export extension
Stars: ✭ 68 (-38.74%)
Mutual labels:  integration
Simpleupload
Simple upload system in PHP, compatible with AWS S3, Dropbox, Azure and others.
Stars: ✭ 85 (-23.42%)
Mutual labels:  integration
Camel Kafka Connector
Camel Kafka Connector allows you to use all Camel components as Kafka Connect connectors
Stars: ✭ 63 (-43.24%)
Mutual labels:  integration
Wildfly Camel
WildFly Camel Subsystem
Stars: ✭ 66 (-40.54%)
Mutual labels:  integration
Cubature.jl
One- and multi-dimensional adaptive integration routines for the Julia language
Stars: ✭ 79 (-28.83%)
Mutual labels:  integration
Adrestia
APIs & SDK for interacting with Cardano.
Stars: ✭ 56 (-49.55%)
Mutual labels:  integration
Webpack
Serve webpack assets properly from golang frameworks
Stars: ✭ 97 (-12.61%)
Mutual labels:  integration
Hangfire.autofac
Hangfire job activator based on Autofac IoC container
Stars: ✭ 54 (-51.35%)
Mutual labels:  integration
Tinymce Vue
Official TinyMCE Vue component
Stars: ✭ 1,198 (+979.28%)
Mutual labels:  integration
Undopro
UndoPro is a command-based undo system integrated into Unity's default system. This allows devs to use actions for their undo/redo operations without forcing the user into a new undo-workflow!
Stars: ✭ 107 (-3.6%)
Mutual labels:  integration
Recurring Integrations Scheduler
Recurring Integrations Scheduler (RIS) is a solution that can be used in file-based integration scenarios for Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
Stars: ✭ 96 (-13.51%)
Mutual labels:  integration
Greenswitch
Battle proven FreeSWITCH Event Socket Protocol client implementation with Gevent
Stars: ✭ 80 (-27.93%)
Mutual labels:  integration

= 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%"] |=== |master | image:https://github.com/apache/camel-quarkus/workflows/Camel%20Quarkus%20CI/badge.svg?branch=master["Master Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22"] |camel-master | image:https://github.com/apache/camel-quarkus/workflows/Camel%20Quarkus%20CI/badge.svg?branch=camel-master["Camel Master Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22+branch%3Acamel-master"] |quarkus-master| image:https://github.com/apache/camel-quarkus/workflows/Camel%20Quarkus%20CI/badge.svg?branch=quarkus-master["Quarkus Master Branch Build", link="https://github.com/apache/camel-quarkus/actions?query=workflow%3A%22Camel+Quarkus+CI%22+branch%3Aquarkus-master"] |===

== 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://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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].