[07bbdd]: / examples / sink.plotly.json

Download this file

32 lines (30 with data), 682 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"modules": [
{
"name": "PlotlyStreamSink",
"package": "cloudbrain.modules.sinks.plotly_stream",
"options": {
"max_points": 100,
"ignore_time": true
},
"subscribers": [
{
"name": "PikaSubscriber",
"package": "cloudbrain.subscribers.rabbitmq",
"options": {
"rabbitmq_user": "YOUR_EMAIL",
"rabbitmq_pwd": "YOUR_PASSWORD"
},
"base_routing_key": "some_unique_key",
"metrics": [
{
"metric_name": "eeg",
"num_channels": 2
}
]
}
],
"publishers": []
}
]
}