# emqx-usage-example **Repository Path**: wwnxiao/emqx-usage-example ## Basic Information - **Project Name**: emqx-usage-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 241130-retained-message-lazy-push - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-26 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EMQX Usage Examples 1. **[EMQX Cluster with Nginx Load Balancing](./mqtt-lb-nginx/README.md)** Example config for deploying an EMQX Cluster with Nginx to enable MQTT load balancing. 2. **[EMQX Cluster with HAProxy Load Balancing](./mqtt-lb-haproxy/README.md)** Example config for setting up an EMQX Cluster using HAProxy for MQTT load balancing. 3. **[Client Attributes-Based Authentication](./client-attributes/README.md)** Implementation of client attribute-based authentication for enhanced security. 4. **[Multi-Tenancy for MQTT Clients](./multi-tenancy/README.md)** Configuration and management of multi-tenancy support for MQTT clients. 5. **[Internet of Vehicles Data Aggregation and S3 Upload](./iov-s3/README.md)** Solution for aggregating vehicle data into files and uploading to Amazon S3.