0
|
1 config = {
|
|
2 'streams': [
|
|
3 {
|
10
|
4 'id': 'lanscape',
|
0
|
5 'sources': [
|
10
|
6 'http://10.2.0.3:9998/graph/dhcp/events',
|
|
7 'http://lanscape/lanscape/graph/netDevices/events',
|
|
8 ]
|
|
9 },
|
|
10 {
|
|
11 'id': 'reposync',
|
|
12 'sources': [
|
|
13 'http://reposync:8000/graph/githubRepos/events',
|
|
14 'http://reposync:8001/graph/localRepos/events',
|
0
|
15 ]
|
|
16 },
|
|
17 {
|
4
|
18 'id': 'home',
|
0
|
19 'sources': [
|
10
|
20 'http://environment/graph/environment/events',
|
|
21 'http://mqtt-to-rdf/graph/mqtt/events',
|
0
|
22 ]
|
|
23 },
|
|
24 {
|
4
|
25 'id': 'frontDoor', # used for front door display
|
10
|
26 'sources': ['http://mqtt-to-rdf/graph/mqtt/events']
|
0
|
27 },
|
|
28 {
|
4
|
29 'id': 'network',
|
0
|
30 'sources': [
|
4
|
31 # lanscape
|
0
|
32 ]
|
|
33 },
|
|
34 {
|
|
35 'id': 'env',
|
|
36 'sources': [
|
|
37 # 'http://bang:9075/graph/environment/events',
|
|
38 ]
|
|
39 },
|
|
40 ]
|
|
41 }
|