Arrakis interfaces for sgn-ts
Project description
sgn-arrakis
Arrakis source and sink elements for sgn-ts
Resources
Installation
pip install sgn-arrakis
Quickstart
Stream data from Arrakis
from sgn_arrakis import ArrakisSource
from sgn.apps import Pipeline
src = ArrakisSource(
source_pad_names=["L1:GDS-CALIB_STRAIN"],
start=1187008882,
duration=64,
)
pipeline = Pipeline()
pipeline.insert(src, ...)
pipeline.run()
Publish data to Arrakis
from sgn_arrakis import ArrakisSink
from sgn.apps import Pipeline
sink = ArrakisSink(
publisher_id="my-publisher-id",
sink_pad_names=["H1:GDS-CALIB_STRAIN"],
)
pipeline = Pipeline()
pipeline.insert(..., sink)
pipeline.run()
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
sgn_arrakis-0.5.1.tar.gz
(19.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sgn_arrakis-0.5.1.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.5.1.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f32ddfa523f2b8edfabbecb0188dd09e2228919a9582bbfe63c1112288569a37
|
|
| MD5 |
d4c68f7dd815b532d7adfb287c046723
|
|
| BLAKE2b-256 |
26cfe9a6b44206646ed236dc133128fb16de2672b23e086daa470b626f8dc892
|
File details
Details for the file sgn_arrakis-0.5.1-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.5.1-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2b1337a5a2931ee0aa579cf696be14b8c03ab11b83c6a15ba36fd29846b4f5d
|
|
| MD5 |
99978df3af53dfa378ed59e9b65e32bb
|
|
| BLAKE2b-256 |
f929a8a58bf8a5e48eb39ac510a12f39e45b5ba679301673ae1a5bf172c995c5
|