Standalone Python publisher runtime extracted from mqtt2postgres.
The canonical package is mqtt2postgres_publisher and the canonical module
entrypoint is:
python -m mqtt2postgres_publisher --config path/to/publisher.jsonThe package also owns aggregate-driven publisher config generation:
python -m mqtt2postgres_publisher.twin_config --helpThe parent mqtt2postgres repository keeps compatibility shims for
python -m apps.publisher, apps.publisher.* imports, and the
mqtt2postgres-twin-config console script.