-
Notifications
You must be signed in to change notification settings - Fork 59
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
pydraboard #33
Comments
hey @satra are you thinking something close to tensorboard, or a terminal monitor more like htop? |
@anibalsolon - to start with it could be a terminal monitor, but yes, the longer term solution for this is something like tensorboard. however, tensorboard currently uses logs in a directory to create its outputs, whereas pydraboard may use sockets to receive realtime messages from different execution processes. workflow.run(message_listener="http(s)://machine:port" and then pydraboard will be listening on that port. this could be terminal or eventually a visual interface. |
Sounds great, @satra ! Yeah, by tensorboard I actually mean a web interface. Sockets are a good alternative. I could help on that! Should it be compatible with Windows? To pick a lib to manage the console user interface. |
@anibalsolon - if you are up for it, we can start planning and creating this with some toy examples. |
Yes, definitely! I guess the simpler ones, with a split and a merge (or whatever the nomenclature is now), might cover a good part of it. |
@anibalsolon - hey, any chances you're joining hackathon? |
I just saw this lib, and it reminded me of this issue: https://github.com/willmcgugan/rich Unfortunately, I could not participate actively in the hackathon (and just saw the message here)- would you like to meet at some moment to discuss this feature? I can put some effort into it! |
@anibalsolon - that would be great! Let me know when would you like to chat |
@djarecka Surely, would you have some minutes tomorrow? Or would you like to address it next year? Both are fine for me. |
@anibalsolon - yes, we can have a short chat tomorrow, after 2pm ET would work best for me |
realtime monitoring of pydra execution status and messaging receiver.
The text was updated successfully, but these errors were encountered: