annotate service/collector/collector_config.py @ 1686:a79d253769bf

collector: turn off most input graph sources until they're rewritten to k8s urls
author drewp@bigasterisk.com
date Mon, 27 Sep 2021 23:17:29 -0700
parents fc1f330b5a4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
1 config = {
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
2 'streams': [
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
3 {'id': 'home',
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
4 'sources': [
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
5 # should be from :reasoning :source ?s
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
6 # 'http://bang:9059/graph/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
7 # 'http://bang5:10310/graph/events', # kitchen
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
8 # 'http://bang5:10311/graph/events', # living
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
9 # 'http://bang5:10312/graph/events', # frontdoor
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
10 # 'http://bang5:10313/graph/events', # workshop
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
11 # 'http://bang5:10314/graph/events', # garage
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
12 # 'http://bang5:10315/graph/events', # bed
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
13 # 'http://bang5:10316/graph/events', # changing
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
14 # 'http://bang5:10317/graph/events', # frontbed
749
fc1f330b5a4b update to many new named graphs
drewp@bigasterisk.com
parents: 714
diff changeset
15
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
16 # #'http://bang:9099/graph/mapTrails/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
17 # 'http://slash:9095/graph/dpms/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
18 # 'http://slash:9107/graph/xidle/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
19 # 'http://dash:9095/graph/dpms/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
20 # 'http://dash:9107/graph/xidle/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
21 # 'http://frontdoor5:9095/graph/dpms/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
22 # 'http://frontdoor5:9107/graph/xidle/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
23 # 'http://frontdoor5:10012/graph/rfid/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
24 # 'http://frontdoor5:10013/graph/tinyScreen/events',
649
5be5452491a3 collector config
drewp@bigasterisk.com
parents: 471
diff changeset
25
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
26 # 'http://bang:9075/graph/environment/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
27 # 'http://bang:10011/graph/frontDoorLock/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
28 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
29 # 'http://bang:10016/graph/power/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
30 # 'http://bang:10015/graph/store/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
31 # 'http://bang:10006/graph/timebank/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
32 # 'http://bang:9070/graph/wifi/events',
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
33 ]},
749
fc1f330b5a4b update to many new named graphs
drewp@bigasterisk.com
parents: 714
diff changeset
34 {'id': 'frontDoor', # used for front door display
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
35 'sources': [
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
36 # 'http://bang:9105/graph/calendar/countdown/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
37 # 'http://bang:9105/graph/calendar/upcoming/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
38 # 'http://bang:9075/graph/environment/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
39 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
40 # 'http://bang:10016/graph/power/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
41 # 'http://bang:10006/graph/timebank/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
42 # 'http://bang:10015/graph/store/events',
749
fc1f330b5a4b update to many new named graphs
drewp@bigasterisk.com
parents: 714
diff changeset
43
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
44 # 'http://bang:9059/graph/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
45 # 'http://bang5:10310/graph/events', # kitchen
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
46 # 'http://bang5:10311/graph/events', # living
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
47 # 'http://bang5:10313/graph/events', # workshop
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
48 # 'http://bang5:10314/graph/events', # garage
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
49 # 'http://bang5:10317/graph/events', # frontbed
649
5be5452491a3 collector config
drewp@bigasterisk.com
parents: 471
diff changeset
50 ]},
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
51 {'id': 'network',
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
52 'sources': [
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
53 # 'http://bang:9070/graph/wifi/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
54 # 'http://bang:9073/graph/dhcpLeases/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
55 # 'http://bang:9009/graph/traffic/events',
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
56 ]},
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
57 {'id': 'source_frontDoor',
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
58 'sources': [
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
59 # 'http://bang5:10312/graph/events', # frontdoor
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
60 # 'http://frontdoor5:9095/graph/dpms/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
61 # 'http://frontdoor5:9107/graph/xidle/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
62 # 'http://frontdoor5:10012/graph/rfid/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
63 # 'http://frontdoor5:10013/graph/tinyScreen/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
64 # 'http://bang:10011/graph/frontDoorLock/events',
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
65 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
66 ]},
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
67 {'id': 'env',
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
68 'sources': [
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
69 # 'http://bang:9075/graph/environment/events',
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
70 ]},
471
726fa88215f2 another little test graph for collector
drewp@bigasterisk.com
parents: 441
diff changeset
71 {'id': 'workshop',
726fa88215f2 another little test graph for collector
drewp@bigasterisk.com
parents: 441
diff changeset
72 'sources': [
1686
a79d253769bf collector: turn off most input graph sources until they're rewritten to k8s urls
drewp@bigasterisk.com
parents: 749
diff changeset
73 # 'http://bang5:10313/graph/events', # workshop
471
726fa88215f2 another little test graph for collector
drewp@bigasterisk.com
parents: 441
diff changeset
74 ]},
649
5be5452491a3 collector config
drewp@bigasterisk.com
parents: 471
diff changeset
75
441
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
76 ]
743797a3dfc7 add collector config
drewp@bigasterisk.com
parents:
diff changeset
77 }