Skip to content
Ilya Sher edited this page Feb 16, 2020 · 7 revisions

NGS Input/Output Design - WIP

Requirements (WIP)

  • echo(), log(), warn(), debug(), etc functions should continue working as is (without any changes to code)
    • It is OK to change the implementation and have some underlying complexity to allow the required flexibility
  • Support being the backend of Web UI
  • Support being the backend (aka kernel) of Jupyter
  • Very convenient work with
    • stdin/stdout/stderr
    • files
  • Support blocking IO (at least as interface) because it's very convenient in many cases

Design

TODO

Maybe Steal Ideas from

Open Issues / Maybe TODO