3

NoFlo can run with different runtimes.

Is it possible to connect components that run with different runtimes? That is to say, execute scripts written in different languages but connected in a single graph.

I would like to know if it is possible to do the same as what shell scripts can do, lauching the execution of scripts written in different languages.

jeybee
  • 323
  • 2
  • 9

1 Answers1

3

This is something currently being worked on. You may want to watch the progress with RemoteSubGraph in the noflo-runtime library.

bergie
  • 930
  • 7
  • 8
  • Perfect, it will allow an almost total flexibility in graph development. Thank you! – jeybee Sep 28 '14 at 08:54
  • 1
    Configuration example [in the Ingress Table project](https://github.com/c-base/ingress-table/blob/master/package.json#L61) – bergie Jan 19 '15 at 11:26