Array Telemetry

Reference / API

zeeko.telemetry.pipeline Module

A telemetry recording pipeline.

Functions

create_pipeline(address[, context, ...]) Create a telemetry writing pipeline.

Classes

PipelineIOLoop(address[, context, ...]) Expose pipeline parts at IOLoop top level.

Class Inheritance Diagram

Inheritance diagram of zeeko.telemetry.pipeline.PipelineIOLoop

zeeko.telemetry.handlers Module

Classes

Telemetry A telemetry recording interface, which behaves like a Zeeko client.
TelemetryWriter The telemetry writer writes chunks of data to HDF5 files on disk.

Class Inheritance Diagram

Inheritance diagram of zeeko.telemetry.handlers.Telemetry, zeeko.telemetry.handlers.TelemetryWriter

Message API

zeeko.telemetry.chunk Module

Classes

Chunk A chunk is a record of contiguous array messages.

Class Inheritance Diagram

Inheritance diagram of zeeko.telemetry.chunk.Chunk

zeeko.telemetry.recorder Module

Classes

Recorder A recorder receives messages, and coalesces them into chunks.

Class Inheritance Diagram

Inheritance diagram of zeeko.telemetry.recorder.Recorder

zeeko.telemetry.writer Module

Classes

Writer

Class Inheritance Diagram

Inheritance diagram of zeeko.telemetry.writer.Writer