Executing RM by an external Signal

greyhound
greyhound New Altair Community Member
edited November 5 in Community Q&A
hello,

I want to use RM within other applications. The data feed is an exel sheet wich is renewed every  5 .... 15 minutes.
How can I start the RM-process remotely after the new data is loaded f.e. by time or an extern signal, making the whole
application run automatically.

thanks for suggestions

Answers

  • fischer
    fischer New Altair Community Member
    Hi,

    you can easily do that with RapidAnalytics. It offers a simple Web interface for triggering processes. RapidMiner itself does not offer such a capability, you would probably have to invoke the command line version yourself or wrap it into some application that listens to commands on some port or the like.

    Cheers,
    Simon
  • greyhound
    greyhound New Altair Community Member
    thank you for your answer, I will try execution by command line - it seems to be the easiest way