Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exspose pipeline network and status through zmq #68

Open
Nitnelav opened this issue Apr 21, 2022 · 1 comment
Open

Exspose pipeline network and status through zmq #68

Nitnelav opened this issue Apr 21, 2022 · 1 comment

Comments

@Nitnelav
Copy link
Contributor

Just an idea, because I like ZeroMQ and because it's allready a dependency :)

We could expose the state of the pipeline through a zmq api. The network structure could be exposed with a REQ-RES pattern and the various nodes' states through a PUB-SUB pattern.
The REQ-RES pattern could also be used for "control" requests like : run X, invalid cache for X, pause after X, etc...
That would enable any HMI technology to be used on top of it...

@sebhoerl
Copy link
Contributor

Yes, I think it is a good idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants