stabilizer icon indicating copy to clipboard operation
stabilizer copied to clipboard

Streaming data viewer application

Open jordens opened this issue 2 years ago • 1 comments

Makes sense nowadays to build a web app. Potential tools include:

  • https://github.com/wwwtyro/candygraph
  • https://github.com/danchitnis/webgl-plot
  • Bokeh
  • https://elog.psi.ch/scope/
  • Others...

The backend should probably:

  • receive the data stream
  • implement configurable (time base dependent) decimation controlled by the app(s)
  • potentially buffer the different decimate levels a bit
  • implement configurable triggering
  • expose the decimation levels to the web frontend

jordens avatar Aug 11 '21 08:08 jordens

The Rust backend is being tracked in https://github.com/quartiq/stabilizer-streaming

ryan-summers avatar Oct 20 '21 12:10 ryan-summers