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 {
|
4
|
12 'id': 'home',
|
0
|
13 'sources': [
|
|
14 # 'http://bang:9075/graph/environment/events',
|
|
15 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events',
|
|
16 ]
|
|
17 },
|
|
18 {
|
4
|
19 'id': 'frontDoor', # used for front door display
|
|
20 'sources': ['http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events']
|
0
|
21 },
|
|
22 {
|
4
|
23 'id': 'network',
|
0
|
24 'sources': [
|
4
|
25 # lanscape
|
0
|
26 ]
|
|
27 },
|
|
28 {
|
|
29 'id': 'env',
|
|
30 'sources': [
|
|
31 # 'http://bang:9075/graph/environment/events',
|
|
32 ]
|
|
33 },
|
|
34 ]
|
|
35 }
|