Software Alternatives, Accelerators & Startups

Reaching 100M MQTT Connections with EMQX 5.0

Prometheus emqtt
  1. An open-source systems monitoring and alerting toolkit.
    Pricing:
    • Open Source
    For deploying and running our cluster tests, we used AWS CDK, which allowed us to experiment with different instance types and numbers, and also trying out different development branches of EMQX. You can checkout our scripts in this Github repo. In our load generator nodes ("loadgens" for short), we used our emqtt-bench tool to generate the connection / publishing / subscribing traffic with various options. EMQX's Dashboard and Prometheus were used for monitoring the progress of the test and the instances' health.

    #Monitoring Tools #Performance Monitoring #Log Management 285 social mentions

  2. 2
    emqtt - erlang mqtt broker
    EMQX is an open-source, highly scalable, and distributed MQTT messaging broker written in Erlang/OTP that can support millions of concurrent clients. As such, there is a need to persist and replicate various data among the cluster nodes. For example: MQTT topics and their subscribers, routing information, ACL rules, various configurations, and many more. Since its beginning, EMQX has used Mnesia as the database backend for such needs.

    #IoT Connectivity #Data Integration #Web Service Automation 6 social mentions

Discuss: Reaching 100M MQTT Connections with EMQX 5.0

Log in or Post with