Skip to content

Standalone blissdata scansource support

Stuart Fisher requested to merge blissdata-scan-source-standalone into main

Allows manually specifying redis_url in scans.yml. This allows daiquiri to use blissdata without configuration from beacon. DESY have a prototype bluesky -> blissdata adapter so this lets them monitor their scans

The config looks like

component: scans
sources:
  - type: blissdata
    session: test_session
    redis_url: redis://localhost:6379
Edited by Stuart Fisher

Merge request reports