decibelcooper / proio

DEPRECATED: moved to github.com/proio-org
https://github.com/proio-org
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Integrate with go-hep/fwk #25

Open decibelcooper opened 6 years ago

decibelcooper commented 6 years ago

It might be nice to implement either a fwk Input/OutputStreamer or a standalone Component in the go-proio source code itself. @sbinet, any thoughts?

sbinet commented 6 years ago

Yeah, that'd be nice. I guess you'd want to have it under some 'proio' related repo?

decibelcooper commented 6 years ago

Well I was thinking it might make sense to have it in this repo? I don't actually know how to use the Input/OutputStreamers, since I haven't made any actual use of fwk yet. However, if I were to register a component in an init(), using it would only require an import statement, correct?

I was spurred to think about this by the idea to write a tensorflow inference component for a tracking idea I have. Since I'm using proio in these kinds of exploratory projects, I then wanted to have a task that pulls from and pushes to proio files.

sbinet commented 6 years ago

Yes on all accounts. I'll see whether I can author a little blog post (explaining how to create streamers) before disappearing from the Internet.

decibelcooper commented 6 years ago

Great, thanks for your feedback! Enjoy your time away!