Bliss data streaming client
Project description
blissdata
The blissdata
library provides access to:
- all data produced by Bliss acquisitions (Redis database 1)
- all public device settings (Redis database 0)
- beamline configuration (Beacon server)
Receive data from Bliss acquisitions
import gevent.monkey
gevent.monkey.patch_all()
from blissdata.client import configure_with_beacon_address
from blissdata.data.node import get_session_node
configure_with_beacon_address("localhost", 10001)
node = get_session_node("demo_session")
for event in node.walk_on_new_events():
print(event)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blissdata-0.1.0b1.tar.gz
(65.8 kB
view hashes)