Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/camel
Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
https://github.com/apache/camel
camel eip integration java microservices
Last synced: 5 days ago
JSON representation
Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
- Host: GitHub
- URL: https://github.com/apache/camel
- Owner: apache
- License: apache-2.0
- Created: 2009-05-21T00:25:36.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T09:01:23.000Z (5 months ago)
- Last Synced: 2024-06-20T09:28:22.884Z (5 months ago)
- Topics: camel, eip, integration, java, microservices
- Language: Java
- Homepage: https://camel.apache.org
- Size: 875 MB
- Stars: 5,382
- Watchers: 270
- Forks: 4,909
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - apache/camel - Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. (Java)
- awesome-ccamel - apache/camel - Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. (Java)
- awesome-integration - Apache Camel (⭐5.5k) - A powerful integration framework that uses Enterprise Integration Patterns to connect and unify different transport APIs. (Projects / Integration Frameworks)
README
# Apache Camel
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel)
[![Javadocs](https://www.javadoc.io/badge/org.apache.camel/apache-camel.svg?color=brightgreen)](https://www.javadoc.io/doc/org.apache.camel/camel-api)
[![Stack Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](http://stackoverflow.com/questions/tagged/apache-camel)
[![Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://camel.zulipchat.com/)
[![Twitter](https://img.shields.io/twitter/follow/ApacheCamel.svg?label=Follow&style=social)](https://twitter.com/ApacheCamel)[Apache Camel](https://camel.apache.org/) is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
### Introduction
Camel empowers you to define routing and mediation rules in a variety of domain-specific languages (DSL, such as Java, XML, Groovy and YAML). This means you get smart completion of routing rules in your IDE, whether in a Java or XML editor.
Apache Camel uses URIs to enable easier integration with all kinds of
transport or messaging model including HTTP, ActiveMQ, JMS, JBI, SCA, MINA
or CXF together with working with pluggable Data Format options.
Apache Camel is a small library that has minimal dependencies for easy embedding
in any Java application. Apache Camel lets you work with the same API regardless of the
transport type, making it possible to interact with all the components provided out-of-the-box,
with a good understanding of the API.Apache Camel has powerful Bean Binding and integrated seamlessly with
popular frameworks such as Spring, Quarkus, and CDI.Apache Camel has extensive testing support allowing you to easily
unit test your routes.## Components
Apache Camel comes alongside several artifacts with components, data formats, languages, and kinds.
The up-to-date list is available online at the Camel website:* Components:
* Data Formats:
* Languages:
* Miscellaneous:## Examples
Apache Camel comes with many examples.
The up to date list is available online at GitHub:* Examples:
## Getting Started
To help you get started, try the following links:
**Getting Started**
The beginner examples are another powerful alternative pathway for getting started with Apache Camel.
* Examples:
**Building**
**Contributions**
We welcome all kinds of contributions, the details of which are specified here:
Please refer to the website for details of finding the issue tracker,
email lists, GitHub, chatWebsite:
GitHub (source):
Issue tracker:
Mailing-list:
Chat:
StackOverflow:
Twitter:
**Support**
For additional help, support, we recommend referencing this page first:
**Getting Help**
If you get stuck somewhere, please feel free to reach out to us on either StackOverflow, Chat, or the email mailing list.
Please help us make Apache Camel better — we appreciate any feedback you may have.
Enjoy!
-----------------
The Camel riders!# Licensing
The terms for software licensing are detailed in the `LICENSE.txt` file,
located in the working directory.