view collector_config.py @ 4:4e05f0a88d63

dump a lot of leftover config
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 22:08:12 -0700
parents e2d855c00e57
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',
            ]
        },
    ]
}