Using Node - red with any analytics tool like orange

Hello,
Is there a possibility of using node-red with any analytics tool like orange for instance. I would like to do some thing like this. Provide string and numeric data to the analytics platform. The analytics platform should process the data and return the result back to node- red.
Thanks

Maybe. If the analytics tool can get data from a web API, then certainly. Node-RED can be an API server.

Or maybe the analytics tool has its own API that lets you send data, again, Node-RED can do this too.

1 Like

Thanks, i will check that.