I use Talend to develop ETLs the problem is that I need to make interfaces to run them.

With Talend I only can run it using command line, exist any application (web if is posible) to launch the ETLs? The app is realy simple I only need to run commands in a application server with some parameters.

link|improve this question

45% accept rate
feedback

2 Answers

Talend Integration Suite, the subscription version of Talend, comes with a scheduler and web-based console that allows you to call your jobs with any set of context parameters. You can call jobs at a scheduled time, or as a reaction to an external event (such as a file appearing in some directory).

With that version of the product, you can also deploy your job as a WebService and invoke it via SOAP (including parameter passing).

As you are probably using Talend Open Studio, the GPL-licensed version, that answer might not help you much, but if you can afford to switch to Talend Integration Suite, I would recommend it.

link|improve this answer
feedback

I may be wrong but I think there is not such thing.
Nevertheless, you can launch jar file using Runtime for any java app(just calling jar from a class or a Servlet) or JAWS. Hope it helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.