Mercurial > code > home > repos > collector
view collector_config.py @ 5:29e10f3a497f
let some deps upgrade
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 22:11:44 -0700 |
parents | 4e05f0a88d63 |
children | eeb94f34a956 |
line wrap: on
line source
config = { 'streams': [ { 'id': 'reposync', 'sources': [ 'http://reposync.default.svc.cluster.local.:8000/graph/githubRepos/events', 'http://reposync.default.svc.cluster.local.:8001/graph/localRepos/events', ] }, { 'id': 'home', 'sources': [ # 'http://bang:9075/graph/environment/events', 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events', ] }, { 'id': 'frontDoor', # used for front door display 'sources': ['http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events'] }, { 'id': 'network', 'sources': [ # lanscape ] }, { 'id': 'env', 'sources': [ # 'http://bang:9075/graph/environment/events', ] }, ] }