Diff of /examples/sink.plotly.json [000000] .. [00c700]

Switch to side-by-side view

--- a
+++ b/examples/sink.plotly.json
@@ -0,0 +1,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": []
+    }
+  ]
+}