hi,
i worked on clover Etl and i need to integrate all the graphs and i need to run it. please help me
thanks in regards
srinu
hi,
i worked on clover Etl and i need to integrate all the graphs and i need to run it. please help me
thanks in regards
srinu
There are few ways. It also depends on what do you mean by integrating.
If it is about sequencing run of several graphs, then you may:
- on Unix system put together as shell script and use Clover’s runGraph utilitiy to execute graphs. That utility gives return value 0 if OK or -1 if failure
- use other Java tools - like Quartz or Flow4J to create a workflow which executes individual graphs
We are also working on our tool which will allow sequencing of graphs run.
David.