Apache Camel: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "Apache Camel est un Enterprise Service Bus (ESB) qui permet d'implémenter rapidement les patrons d'intégration d'entreprise (Enterprise Integration Patterns). Apach...")
 
No edit summary
 
Line 2: Line 2:


Apache Camel offre une importante bibliothèque de composants d'intégration (message, stockage, [[ETL]], analyse & filtrage, ...).
Apache Camel offre une importante bibliothèque de composants d'intégration (message, stockage, [[ETL]], analyse & filtrage, ...).

Quelques composants utiles pour les projets AIR:
* https://camel.apache.org/weather.html
* https://camel.apache.org/mqtt.html
* https://camel.apache.org/rss.html
* https://camel.apache.org/esper.html
* https://camel.apache.org/mongodb.html
** https://code.google.com/a/apache-extras.org/p/camel-extra/wiki/EsperDemo

Latest revision as of 09:29, 7 March 2014

Apache Camel est un Enterprise Service Bus (ESB) qui permet d'implémenter rapidement les patrons d'intégration d'entreprise (Enterprise Integration Patterns).

Apache Camel offre une importante bibliothèque de composants d'intégration (message, stockage, ETL, analyse & filtrage, ...).

Quelques composants utiles pour les projets AIR: