Skip to main content

SuperNova Async Pipeline: base package

Project description

SuperNova Async Pipeline PyPI Release Documentation Status

This package contains base for asynchronous real-time data analysis pipeline. It was designed for the supernova neutrino signal detection.

Documentation: https://snap-base.readthedocs.io

Features

  • Running chains of generators and functions asynchronously.
  • Computationally heavy/blocking code is run in parallel threads/processes.
  • Pipeline is configured in a yaml file, where the steps are assembled and parameters are set.
  • Branching support: data can be fed to parallel chains for various processing.
  • IO interfaces to connect running nodes with each other:
    • ZeroMQ
    • Hopskotch

Installation

pip install snap-base

This will install only the core functionality.

To install also the i/o interfaces use

pip install "snap-base[io]"

Defining the pipeline

The pipeline definition consist of

  1. A python module (or modules) where all the processing steps should be defined
  2. yaml configuration file, defining how the data should flow through these steps.

While this package defines some basic functions, like sending and receiving data via ZMQ or running analysis step in parallel processes, all other needed functions will need to be defined by user in the python package.

Package snap-combine contains more utility functions for the supernova neutrino signals combinations.

Running

Go to the directory where your Run the node named node_name from config.yml:

snap config.yml -n node_name

Example

Put the example module example.py and configuration example_cfg.yml in a directory.

Run the example node with branching:

snap example_cfg.yml -n node_branching

And you should see the output of the generated random walk , and it's analysis in two branches.

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

snap-base-1.3.3.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

snap_base-1.3.3-py3-none-any.whl (26.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page