view collector_config.py @ 7:fd73907cef40

project upgrades: pdm, pnpm, vite, nginx router
author drewp@bigasterisk.com
date Fri, 25 Nov 2022 20:31:00 -0800
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',
            ]
        },
    ]
}