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
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.0.tar.gz
(19.2 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.0.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.5.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.4 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dba85f4b99cc7fa51061377c562f4469dd8f2ae12e69d384e48b8c5d5c854096
|
|
| MD5 |
20acba4e17fd5a39bdaf6bb8daa96a7a
|
|
| BLAKE2b-256 |
6b64c040a70a466b2996226f62cbfaa828d4c0727e82dd3f7276ac48d38ece82
|
File details
Details for the file sgn_arrakis-0.5.0-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.5.0-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.4 cpython/3.13.12 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0ca142f2fa78db85bac7393cffcb307c27bd8fd446134b85d685129f4aa6e5c
|
|
| MD5 |
5b993463fe69b5e900ce7b56298aeaa9
|
|
| BLAKE2b-256 |
336892d4231367279d90f61f5f987992ccc61f01c2ff993589db9510c7a12c09
|