.gitignore
.pre-commit-config.yaml
LICENSE
README.md
docker-compose.test_example.yml
docker-compose.yml
mkdocs.yml
pyproject.toml
requirements.deploy.txt
requirements.dev.txt
requirements.scripts.txt
requirements.txt
.github/workflows/deploy.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/tests.yml
config/README.md
config/api.yml
config/control.yml
config/database.yml
config/event_logging.yml
config/history_manager.yml
config/processing_core.yml
config/snapshots.yml
config/updater.yml
config/db_entities/example.yml
config/modules/test_module.yml
docker/python/Dockerfile
docker/rabbitmq/Dockerfile
docker/rabbitmq/init-rmq.sh
docs/api.md
docs/architecture.md
docs/data_model.md
docs/extending.md
docs/gen_ref_pages.py
docs/grafana_plugin.md
docs/history_management.md
docs/index.md
docs/install.md
docs/modules.md
docs/scripts.md
docs/configuration/api.md
docs/configuration/control.md
docs/configuration/database.md
docs/configuration/db_entities.md
docs/configuration/event_logging.md
docs/configuration/garbage_collector.md
docs/configuration/history_manager.md
docs/configuration/index.md
docs/configuration/lifetimes.md
docs/configuration/modules.md
docs/configuration/processing_core.md
docs/configuration/snapshots.md
docs/configuration/updater.md
docs/img/aggregation.svg
docs/img/aggregation_confidence.svg
docs/img/aggregation_multivalue.svg
docs/img/architecture.png
docs/img/architecture.svg
docs/img/confidence.svg
docs/img/confidence_multiple.svg
docs/img/dataflow.svg
docs/img/dp3-favicon.png
docs/img/dp3-logo-min.svg
docs/img/multivalue.svg
docs/img/validity.svg
docs/stylesheets/slate.css
dp3/__init__.py
dp3/worker.py
dp3/api/README.md
dp3/api/__init__.py
dp3/api/main.py
dp3/api/internal/__init__.py
dp3/api/internal/config.py
dp3/api/internal/dp_logger.py
dp3/api/internal/entity_response_models.py
dp3/api/internal/helpers.py
dp3/api/internal/models.py
dp3/api/internal/response_models.py
dp3/api/routers/__init__.py
dp3/api/routers/control.py
dp3/api/routers/entity.py
dp3/api/routers/root.py
dp3/api/routers/telemetry.py
dp3/bin/__init__.py
dp3/bin/api.py
dp3/bin/check.py
dp3/bin/cli.py
dp3/bin/config.py
dp3/bin/schema_update.py
dp3/bin/setup.py
dp3/bin/worker.py
dp3/common/__init__.py
dp3/common/attrspec.py
dp3/common/base_module.py
dp3/common/callback_registrar.py
dp3/common/config.py
dp3/common/context.py
dp3/common/control.py
dp3/common/datapoint.py
dp3/common/datatype.py
dp3/common/entityspec.py
dp3/common/mac_address.py
dp3/common/scheduler.py
dp3/common/state.py
dp3/common/task.py
dp3/common/types.py
dp3/common/utils.py
dp3/core/__init__.py
dp3/core/collector.py
dp3/core/link_manager.py
dp3/core/updater.py
dp3/database/__init__.py
dp3/database/config.py
dp3/database/database.py
dp3/database/encodings.py
dp3/database/exceptions.py
dp3/database/magic.py
dp3/database/schema_cleaner.py
dp3/database/snapshots.py
dp3/history_management/__init__.py
dp3/history_management/history_manager.py
dp3/history_management/telemetry.py
dp3/scripts/__init__.py
dp3/scripts/add_hashes.py
dp3/scripts/add_min_t2s.py
dp3/scripts/datapoint_log_converter.py
dp3/scripts/dummy_sender.py
dp3/scripts/migrate_snapshots.py
dp3/scripts/rmq_reconfigure.sh
dp3/scripts/script_runner.py
dp3/snapshots/__init__.py
dp3/snapshots/snapshooter.py
dp3/snapshots/snapshot_hooks.py
dp3/task_processing/__init__.py
dp3/task_processing/task_distributor.py
dp3/task_processing/task_executor.py
dp3/task_processing/task_hooks.py
dp3/task_processing/task_queue.py
dp3/template/appctl
dp3/template/app/README.md
dp3/template/app/docker-compose.app.yml
dp3/template/app/docker-compose.yml
dp3/template/app/requirements.txt
dp3/template/app/config/api.yml
dp3/template/app/config/control.yml
dp3/template/app/config/database.yml
dp3/template/app/config/event_logging.yml
dp3/template/app/config/garbage_collector.yml
dp3/template/app/config/history_manager.yml
dp3/template/app/config/processing_core.yml
dp3/template/app/config/snapshots.yml
dp3/template/app/config/updater.yml
dp3/template/app/config/db_entities/example.yml
dp3/template/app/config/modules/test_module.yml
dp3/template/app/docker/python/Dockerfile
dp3/template/app/docker/rabbitmq/Dockerfile
dp3/template/app/docker/rabbitmq/init-rmq.sh
dp3/template/app/modules/test_module.py
dp3/template/html/index.html
dp3/template/nginx/nginx.conf
dp3/template/nginx/conf.d/api.conf
dp3/template/nginx/conf.d/rabbitmq.conf
dp3/template/supervisor/supervisord.conf
dp3/template/supervisor/supervisord.conf.d/api.ini
dp3/template/supervisor/supervisord.conf.d/ecl_master.ini
dp3/template/supervisor/supervisord.conf.d/workers.ini
dp3/template/systemd/app.service
dp_cubed.egg-info/PKG-INFO
dp_cubed.egg-info/SOURCES.txt
dp_cubed.egg-info/dependency_links.txt
dp_cubed.egg-info/entry_points.txt
dp_cubed.egg-info/requires.txt
dp_cubed.egg-info/top_level.txt
install/README.md
install/supervisord.conf
install/supervisord.conf.d/ecl_master.ini
install/supervisord.conf.d/workers.ini
modules/test_module.py
tests/modules/test_module.py
tests/modules/thread_module.py
tests/test_api/common.py
tests/test_api/test_01_datapoints.py
tests/test_api/test_02_get_attr_value.py
tests/test_api/test_garbage_collector.py
tests/test_api/test_get_distinct_attr_values.py
tests/test_api/test_get_entity_eid_data.py
tests/test_api/test_get_entity_eids.py
tests/test_api/test_health.py
tests/test_api/test_list_entities.py
tests/test_api/test_set_attr_value.py
tests/test_api/test_snapshots.py
tests/test_common/__init__.py
tests/test_common/test_config.py
tests/test_common/test_mac_address.py
tests/test_common/test_magic.py
tests/test_common/test_snapshots.py
tests/test_common/config_test_files/file1.yml
tests/test_common/config_test_files/file2.yml
tests/test_common/config_test_files/modules/module1.yml
tests/test_common/config_test_files/modules/module2.yml
tests/test_config/api.yml
tests/test_config/control.yml
tests/test_config/database.yml
tests/test_config/event_logging.yml
tests/test_config/garbage_collector.yml
tests/test_config/history_manager.yml
tests/test_config/processing_core.yml
tests/test_config/snapshots.yml
tests/test_config/updater.yml
tests/test_config/db_entities/A.yml
tests/test_config/db_entities/B.yml
tests/test_config/db_entities/C.yml
tests/test_config/db_entities/D.yml
tests/test_config/db_entities/del_anchor.yml
tests/test_config/db_entities/del_anchor_int.yml
tests/test_config/db_entities/del_ttl.yml
tests/test_config/db_entities/del_ttl_ip.yml
tests/test_config/db_entities/del_weak.yml
tests/test_config/db_entities/del_weak_mac.yml
tests/test_config/db_entities/test_entity_type.yml
tests/test_example/dps.json
tests/test_example/dps_gen.py
tests/test_example/dps_gen_realtime.py
tests/test_example/config/api.yml
tests/test_example/config/control.yml
tests/test_example/config/database.yml
tests/test_example/config/event_logging.yml
tests/test_example/config/history_manager.yml
tests/test_example/config/processing_core.yml
tests/test_example/config/snapshots.yml
tests/test_example/config/db_entities/bus.yml
tests/test_example/modules/.gitignore