view collector_config.py @ 9:36471461685f

py server doesn't do static files now
author drewp@bigasterisk.com
date Fri, 25 Nov 2022 20:33:05 -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',
            ]
        },
    ]
}