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.6.1.tar.gz
(20.0 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.6.1.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.6.1.tar.gz
- Upload date:
- Size: 20.0 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 |
ad64cc657720575870c6a2d882fa1b025abc9aa0d71e2324875ba71a0d90d9e4
|
|
| MD5 |
114faed6dd1fc153fd5d7a9c0b34bb10
|
|
| BLAKE2b-256 |
78c7f0a9dc8eea74bae863cdc45225386ab041b155179974fa326135755d2256
|
File details
Details for the file sgn_arrakis-0.6.1-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.6.1-py3-none-any.whl
- Upload date:
- Size: 19.3 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 |
8494330ee5ea4f064ebe50e00aa0333767727a05ce537baebe1e5e35273fdb24
|
|
| MD5 |
c740cbae5795e40911f03b59ce212a34
|
|
| BLAKE2b-256 |
d9510299f2ca1b21511efd6f30e19851a9c2797161c0646e7fe1d679d501b0ff
|