|
Note
|
The latest version of We will keep maintaining Camel2 version of |
|
Note
|
Camel Quarkus extension for AtlasMap is available here https://camel.apache.org/camel-quarkus/latest/reference/extensions/atlasmap.html |
Developers who are familiar with Apache Camel can implement a
Camel application that uses the camel-atlasmap component.
A camel-atlasmap endpoint
-
Can consume an AtlasMap
.admfile -
Uses the content of
bodyas the default source document for mappings
For example:
from("direct:start")
.to("atlas:atlas-mapping.adm")
.log("${body}")
If body contains a java.util.Map object, then camel-atlasmap
uses key as a document ID and the corresponding value as the
document payload.
You can obtain the camel-atlasmap component here:
https://repo1.maven.org/maven2/io/atlasmap/camel-atlasmap/${VERSION}/camel-atlasmap-${VERSION}.jar