On Tue, Apr 22, 2008 at 11:43 PM, Rally, Varun <[EMAIL PROTECTED]> wrote:
> Hello All,
>
>
>
>  I want to achieve ETL (Extract Transformation Load) functionality with
>  ServiceMix. Can somebody let me know any module that let us achieve this
>  functionality?

The best way to achieve this currently is probably using the
servicemix-bean component. The servicemix-bean component is not
designed for ETL specifically, but it allows you to write POJOs to do
anything you like and to intercept message exchanges to work with
messages. Inside of your POJOs you could extract data from a
datasource, transform it and reload it all using Java.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to