view collector_config.py @ 13:bfd95926be6e default tip

initial port to starlette. missing some disconnect & cleanup functionality
author drewp@bigasterisk.com
date Sat, 26 Nov 2022 14:13:51 -0800
parents eeb94f34a956
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',
            ]
        },
    ]
}