Mercurial > code > home > repos > collector
view collector_config.py @ 10:eeb94f34a956
new stream combo configs
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:34:02 -0800 |
parents | 4e05f0a88d63 |
children |
line wrap: on
line source
config = { 'streams': [ { 'id': 'lanscape', 'sources': [ 'http://10.2.0.3:9998/graph/dhcp/events', 'http://lanscape/lanscape/graph/netDevices/events', ] }, { 'id': 'reposync', 'sources': [ 'http://reposync:8000/graph/githubRepos/events', 'http://reposync:8001/graph/localRepos/events', ] }, { 'id': 'home', 'sources': [ 'http://environment/graph/environment/events', 'http://mqtt-to-rdf/graph/mqtt/events', ] }, { 'id': 'frontDoor', # used for front door display 'sources': ['http://mqtt-to-rdf/graph/mqtt/events'] }, { 'id': 'network', 'sources': [ # lanscape ] }, { 'id': 'env', 'sources': [ # 'http://bang:9075/graph/environment/events', ] }, ] }