|
a |
|
b/examples/sink.pyplot.json |
|
|
1 |
{ |
|
|
2 |
"modules": [ |
|
|
3 |
{ |
|
|
4 |
"name": "PyPlotSink", |
|
|
5 |
"package": "cloudbrain.modules.sinks.pyplot", |
|
|
6 |
"options": { |
|
|
7 |
"channels_to_plot": [0], |
|
|
8 |
"autoscale": true, |
|
|
9 |
"y_min": -15, |
|
|
10 |
"y_max": 15 |
|
|
11 |
}, |
|
|
12 |
"subscribers": [ |
|
|
13 |
{ |
|
|
14 |
"name": "PikaSubscriber", |
|
|
15 |
"package": "cloudbrain.subscribers.rabbitmq", |
|
|
16 |
"options": { |
|
|
17 |
"rabbitmq_user": "YOUR_EMAIL", |
|
|
18 |
"rabbitmq_pwd": "YOUR_PASSWORD" |
|
|
19 |
}, |
|
|
20 |
"base_routing_key": "some_unique_key", |
|
|
21 |
"metrics": [ |
|
|
22 |
{ |
|
|
23 |
"metric_name": "eeg", |
|
|
24 |
"num_channels": 8 |
|
|
25 |
} |
|
|
26 |
] |
|
|
27 |
} |
|
|
28 |
], |
|
|
29 |
"publishers": [] |
|
|
30 |
} |
|
|
31 |
] |
|
|
32 |
} |