ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU General Public License v2.0
23 stars 23 forks source link

Feature request: support for terminal pipes #175

Open trondarild opened 2 years ago

trondarild commented 2 years ago

(Recorded so won't forget)

Although I can't think of a concrete example application right now, I think it would be magnificent to have support for terminal pipes in ikaros (ie reading some input from stdin and yielding output to stdout). It would allow for wonderful composition of (standardized) models, and such like.

Alright, an example might be composing models based on sampling of prob. distros, like hierarchical models: > cat someinput.csv | ikaros probdistros1.ikg | ikaros probdistros2.ikg > out.txt

ikaros-project commented 1 year ago

This was planned a long time ago but never happened. Still a good idea.