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.4.0.tar.gz
(16.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.4.0.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.4.0.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.4 cpython/3.13.11 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
452251cc750f2bae79e9b2ff0e5fcdbcf31741e7f0942a72e2b82ea1979a2611
|
|
| MD5 |
f10ee891749b886379e36396fba199c7
|
|
| BLAKE2b-256 |
4f58c5f8b986dabdc46d4778eeee624e277b987352ae147cd1c5c715f5842e81
|
File details
Details for the file sgn_arrakis-0.4.0-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.4.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.4 cpython/3.13.11 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04e1cd57326b0cbbc4494a0667c58ef4e2211de7e85f6b4cf3a3f0edec7a1d52
|
|
| MD5 |
53136d1efdf6a7be62fd004e91ab9424
|
|
| BLAKE2b-256 |
6ca415e6a2125cf2b163734009a88d5d16a923afd573bce1dc0a0248af4f6dd8
|