2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:15:34 -05:00
2025-11-10 06:14:26 -05:00
2025-11-10 06:15:34 -05:00

Weather Connect - MQTT to Database Bridge

A Docker-based Python application that subscribes to MQTT weather data and inserts it into various databases.

Features

  • MQTT client for weather data subscription
  • Database abstraction layer supporting Oracle, MS SQL, PostgreSQL, and MySQL
  • Configurable database connections
  • Structured logging
  • Docker containerization

Configuration

Copy .env.example to .env and configure your settings:

cp .env.example .env

Running with Docker Compose

docker-compose up --build

Supported Databases

  • Oracle
  • Microsoft SQL Server
  • PostgreSQL
  • MySQL

Environment Variables

See .env.example for all available configuration options.

Description
No description provided
Readme 69 KiB
Languages
Python 87.9%
TSQL 9.1%
Dockerfile 3%