Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Data Streaming with ZeroMQ. #17

Merged
merged 19 commits into from
Sep 17, 2024
Merged

Add Data Streaming with ZeroMQ. #17

merged 19 commits into from
Sep 17, 2024

Conversation

atrabattoni
Copy link
Contributor

@atrabattoni atrabattoni commented Sep 17, 2024

Allows to stream DataArray objects over the network using ZeroMQ. It implements both a native Xdas convention (that simply send netcdf files) and the ASN one.

Add:

  • xdas.processing.ZMQPublisher
  • xdas.processing.ZMQSubscriber
  • xdas.io.asn.ZMQPublisher
  • xdas.io.asn.ZMQSubscriber
  • xdas.io.get_free_port

Checklist:

  • Code
  • Tests
  • Documentation

@atrabattoni atrabattoni added the enhancement New feature or request label Sep 17, 2024
@atrabattoni atrabattoni self-assigned this Sep 17, 2024
@atrabattoni atrabattoni merged commit c67c2aa into dev Sep 17, 2024
6 checks passed
@atrabattoni atrabattoni deleted the feature/zeromq branch September 17, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant