rain_core 0.4.0

Distributed computational framework for large-scale task-based pipelines. Common core library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
@0x9811c28d858a5aa4;

struct MonitoringFrames {
    frames @0 :List(Frame);
}

struct Frame {
    timestamp @0 :UInt64;
    cpuUsage @1 :List(UInt8);
    memUsage @2 :UInt8;
}