# MQTT Gateway ## Docs - [Actions](https://mintlify.wiki/gsampallo/MQTTGateway/concepts/actions.md): Understand the STORE_DB and POST_ENDPOINT actions for routing messages - [Flows](https://mintlify.wiki/gsampallo/MQTTGateway/concepts/flows.md): Learn how flows route MQTT messages to destinations in MQTT Gateway - [Payload schemas](https://mintlify.wiki/gsampallo/MQTTGateway/concepts/payload-schemas.md): Learn how payload validation ensures data integrity in MQTT Gateway - [Database setup](https://mintlify.wiki/gsampallo/MQTTGateway/configuration/database-setup.md): Configure MariaDB/MySQL database for MQTT Gateway including schema initialization and connection settings - [Environment variables](https://mintlify.wiki/gsampallo/MQTTGateway/configuration/environment-variables.md): Configure MQTT Gateway using environment variables for database connections, MQTT settings, and operational parameters - [MQTT broker configuration](https://mintlify.wiki/gsampallo/MQTTGateway/configuration/mqtt-broker.md): Configure MQTT broker connections, authentication, and topic subscriptions for message routing - [Docker deployment](https://mintlify.wiki/gsampallo/MQTTGateway/deployment/docker.md): Deploy MQTT Gateway using Docker containers - [Local development setup](https://mintlify.wiki/gsampallo/MQTTGateway/deployment/local-development.md): Set up MQTT Gateway for local development and testing - [Production deployment](https://mintlify.wiki/gsampallo/MQTTGateway/deployment/production.md): Best practices for deploying MQTT Gateway in production environments - [Installation](https://mintlify.wiki/gsampallo/MQTTGateway/installation.md): Detailed installation instructions for MQTT Gateway in local and Docker environments - [MQTT Gateway](https://mintlify.wiki/gsampallo/MQTTGateway/introduction.md): Python infrastructure service that receives MQTT messages and routes them to MariaDB or HTTP endpoints based on configurable flows - [Logging](https://mintlify.wiki/gsampallo/MQTTGateway/operations/logging.md): Logging configuration and behavior in MQTT Gateway - [Monitoring](https://mintlify.wiki/gsampallo/MQTTGateway/operations/monitoring.md): Monitoring MQTT Gateway health and performance - [Troubleshooting](https://mintlify.wiki/gsampallo/MQTTGateway/operations/troubleshooting.md): Common issues and solutions for MQTT Gateway - [Quick start](https://mintlify.wiki/gsampallo/MQTTGateway/quickstart.md): Get MQTT Gateway running in under 5 minutes with this fast-track guide - [Python API reference](https://mintlify.wiki/gsampallo/MQTTGateway/reference/api.md): Core classes and functions for extending the MQTT Gateway - [Database schema](https://mintlify.wiki/gsampallo/MQTTGateway/reference/database-schema.md): Complete reference for the MQTT Gateway database tables and models - [Flow examples](https://mintlify.wiki/gsampallo/MQTTGateway/reference/flow-examples.md): Real-world flow configurations from the MQTT Gateway sample data