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.2.tar.gz
(18.1 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.2.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.4.2.tar.gz
- Upload date:
- Size: 18.1 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 |
dcb733863a3b976a48b7ac0d2cbba90cf4e8fc345fca1d6c31f2bba35a54b052
|
|
| MD5 |
36ff467f9f53a764c908ff5c59a6569e
|
|
| BLAKE2b-256 |
b30e497afb245019bd9f9b01678527f2b2325138cd7dbc5c1e8e8e9de27e6f27
|
File details
Details for the file sgn_arrakis-0.4.2-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.4.2-py3-none-any.whl
- Upload date:
- Size: 17.6 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 |
aecaf76f6aa3d3fcc1daf7c96df65bfd23b458363f9ca2f67e53c998f3b4f30b
|
|
| MD5 |
9ca24de92fc70d4eb50ac02110968452
|
|
| BLAKE2b-256 |
3b2cf2e554ee5af87e323ac3d913b9f64a00365ad4bb650176e58ce62300630e
|