In general I would say integration is usually event-based and hopefully
asynchronous. It makes everything much easier to handle.

In your case it is batch oriented and you need to take action afterwards.

I am sure it can be achieved in Camel and you'd probably have to write
several customised code. The question is, whether Camel is the right tool
for this or whether it is better to use something that is designed for ETL
usage. There is the ETL pattern stated here:
http://camel.apache.org/etl-example.html

You can also off course try https://nifi.apache.org/ and see if having
another tool helps. I would say if you plan to do a lot of ETL it is better
to have a specific tool for this.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Apache-Camel-as-ETL-tp5775073p5775126.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to