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(
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()
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.8.0.tar.gz
(23.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.8.0.tar.gz.
File metadata
- Download URL: sgn_arrakis-0.8.0.tar.gz
- Upload date:
- Size: 23.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 |
7c3f163965ca8e45244f401c79765690e7a5e3f05a2312a6688fbadcf7032016
|
|
| MD5 |
c0131659cc3b9de73f628b531682f1c2
|
|
| BLAKE2b-256 |
2318b3e52f304f3aac6022b7b275995ad4e0ae0f54afad3a089be5ca57d87e6b
|
File details
Details for the file sgn_arrakis-0.8.0-py3-none-any.whl.
File metadata
- Download URL: sgn_arrakis-0.8.0-py3-none-any.whl
- Upload date:
- Size: 20.5 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 |
63416a6c4d6c4f448311c4a3c42fd4fa693a53c14aed2bb9d5f5b7a7833a7b86
|
|
| MD5 |
357520845eec98043351dfd046d4b940
|
|
| BLAKE2b-256 |
c2d71d787a7eb426c257f2aa63ff0ebec302c673f62bb84a9e0bbd37d3f9a5a9
|