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(
channels=["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",
channels=["H1:GDS-CALIB_STRAIN"],
)
pipeline = Pipeline()
pipeline.insert(..., sink)
pipeline.run()
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.9.0.tar.gz
(27.3 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.9.0.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.9.0.tar.gz
- Upload date:
- Size: 27.3 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 |
2d14e48d2487173f3187bdb5b230d7430ad072919f8cc12af96a171024d21ba2
|
|
| MD5 |
944cf052cacf19005e51120d65b4e044
|
|
| BLAKE2b-256 |
bb5346afc4513988de39b10f0a8ee17e38c997e7b04addfd2ba36fe7c743d0b5
|
File details
Details for the file sgn_arrakis-0.9.0-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.9.0-py3-none-any.whl
- Upload date:
- Size: 25.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 |
707eb2a33ea06634146e75b23246cfbee09defba6f590d90d5a3289c222b6f5e
|
|
| MD5 |
ac9d6baea0bc4f81a5e8569af4da701e
|
|
| BLAKE2b-256 |
a1767a6905035e8be2e03be9218cf846f90ffa98ffe6d206097d96e9f7ac0ace
|