0
|
1 config = {
|
|
2 'streams': [
|
|
3 {
|
|
4 'id':
|
|
5 'reposync',
|
|
6 'sources': [
|
|
7 'http://reposync.default.svc.cluster.local.:8000/graph/githubRepos/events',
|
|
8 'http://reposync.default.svc.cluster.local.:8001/graph/localRepos/events',
|
|
9 ]
|
|
10 },
|
|
11 {
|
|
12 'id':
|
|
13 'home',
|
|
14 'sources': [
|
|
15 # should be from :reasoning :source ?s
|
|
16 # 'http://bang:9059/graph/events',
|
|
17 # 'http://bang5:10310/graph/events', # kitchen
|
|
18 # 'http://bang5:10311/graph/events', # living
|
|
19 # 'http://bang5:10312/graph/events', # frontdoor
|
|
20 # 'http://bang5:10313/graph/events', # workshop
|
|
21 # 'http://bang5:10314/graph/events', # garage
|
|
22 # 'http://bang5:10315/graph/events', # bed
|
|
23 # 'http://bang5:10316/graph/events', # changing
|
|
24 # 'http://bang5:10317/graph/events', # frontbed
|
|
25
|
|
26 # #'http://bang:9099/graph/mapTrails/events',
|
|
27 # 'http://slash:9095/graph/dpms/events',
|
|
28 # 'http://slash:9107/graph/xidle/events',
|
|
29 # 'http://dash:9095/graph/dpms/events',
|
|
30 # 'http://dash:9107/graph/xidle/events',
|
|
31 # 'http://frontdoor5:9095/graph/dpms/events',
|
|
32 # 'http://frontdoor5:9107/graph/xidle/events',
|
|
33 # 'http://frontdoor5:10012/graph/rfid/events',
|
|
34 # 'http://frontdoor5:10013/graph/tinyScreen/events',
|
|
35
|
|
36 # 'http://bang:9075/graph/environment/events',
|
|
37 # 'http://bang:10011/graph/frontDoorLock/events',
|
|
38 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
|
|
39 # 'http://bang:10016/graph/power/events',
|
|
40 # 'http://bang:10015/graph/store/events',
|
|
41 # 'http://bang:10006/graph/timebank/events',
|
|
42 # 'http://bang:9070/graph/wifi/events',
|
|
43 ]
|
|
44 },
|
|
45 {
|
|
46 'id':
|
|
47 'frontDoor', # used for front door display
|
|
48 'sources': [
|
|
49 # 'http://bang:9105/graph/calendar/countdown/events',
|
|
50 # 'http://bang:9105/graph/calendar/upcoming/events',
|
|
51 # 'http://bang:9075/graph/environment/events',
|
|
52 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
|
|
53 # 'http://bang:10016/graph/power/events',
|
|
54 # 'http://bang:10006/graph/timebank/events',
|
|
55 # 'http://bang:10015/graph/store/events',
|
|
56
|
|
57 # 'http://bang:9059/graph/events',
|
|
58 # 'http://bang5:10310/graph/events', # kitchen
|
|
59 # 'http://bang5:10311/graph/events', # living
|
|
60 # 'http://bang5:10313/graph/events', # workshop
|
|
61 # 'http://bang5:10314/graph/events', # garage
|
|
62 # 'http://bang5:10317/graph/events', # frontbed
|
|
63 ]
|
|
64 },
|
|
65 {
|
|
66 'id':
|
|
67 'network',
|
|
68 'sources': [
|
|
69 # 'http://bang:9070/graph/wifi/events',
|
|
70 # 'http://bang:9073/graph/dhcpLeases/events',
|
|
71 # 'http://bang:9009/graph/traffic/events',
|
|
72 ]
|
|
73 },
|
|
74 {
|
|
75 'id':
|
|
76 'source_frontDoor',
|
|
77 'sources': [
|
|
78 # 'http://bang5:10312/graph/events', # frontdoor
|
|
79 # 'http://frontdoor5:9095/graph/dpms/events',
|
|
80 # 'http://frontdoor5:9107/graph/xidle/events',
|
|
81 # 'http://frontdoor5:10012/graph/rfid/events',
|
|
82 # 'http://frontdoor5:10013/graph/tinyScreen/events',
|
|
83 # 'http://bang:10011/graph/frontDoorLock/events',
|
|
84 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
|
|
85 ]
|
|
86 },
|
|
87 {
|
|
88 'id': 'env',
|
|
89 'sources': [
|
|
90 # 'http://bang:9075/graph/environment/events',
|
|
91 ]
|
|
92 },
|
|
93 {
|
|
94 'id': 'workshop',
|
|
95 'sources': [
|
|
96 # 'http://bang5:10313/graph/events', # workshop
|
|
97 ]
|
|
98 },
|
|
99 ]
|
|
100 }
|