Go to file
Ivan Dyachkov 93a8505b79 ci: adjust perf test parameters 2023-05-31 14:48:58 +02:00
.ci Merge branch 'release-50' into file-transfer 2023-05-09 23:30:22 +05:00
.github ci: adjust perf test parameters 2023-05-31 14:48:58 +02:00
apps Merge pull request #10782 from lafirest/feat/retainer_flow_control 2023-05-31 11:01:10 +08:00
bin Merge remote-tracking branch 'origin/master' into 0503-no-telemetry-app-for-ee 2023-05-23 21:42:07 +02:00
changes chore: update retainer app version && changes 2023-05-31 09:44:25 +08:00
deploy chore: bump helm chart versions to 5.1.0 2023-05-30 13:39:40 +02:00
lib-ee chore: update license app.src version 2023-05-31 09:28:10 +08:00
rel feat(retainer): add a field `deliver_rate` to limit the maximum delivery rate 2023-05-31 09:44:25 +08:00
scripts test(conf-test): use major version number as prefix to find old config 2023-05-30 09:59:57 +02:00
.editorconfig chore(readme): remove legacy Travis mentions 2023-01-02 21:49:32 +03:00
.formatter.exs style(format): format elixir files 2021-12-27 10:51:12 -03:00
.gitattributes chore: add a pre-commit hook to auto format erlang code 2022-04-27 08:01:55 +02:00
.gitignore docs: update config note 2023-04-28 22:23:30 +02:00
.tool-versions ci: update emqx-builders with OTP 24.3.4.2-3 and 25.1.2-3 2023-03-23 11:59:43 +02:00
APL.txt refactor(sqlserver): move sqlserver bridge into its own app 2023-05-06 10:22:05 +08:00
CONTRIBUTING.md chore(readme): remove legacy Travis mentions 2023-01-02 21:49:32 +03:00
Dockerfile.ubuntu20.04.runner docs: remove port 8081 2022-10-05 17:15:19 +02:00
Dockerfile.ubuntu20.04.runner.dockerignore test: Dockerfile:s to build test images 2022-06-12 20:18:48 +02:00
LICENSE docs(license): change license contents after review 2023-04-24 10:28:26 -03:00
Makefile Merge pull request #10867 from zmstone/0530-merge-release-50-to-master 2023-05-30 09:54:57 +02:00
NOTICE chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
PLUGIN.md docs: More EMQ X -> EMQX rename in descriptive strings 2022-02-15 22:39:11 +01:00
README-CN.md chore: `MQTT X` -> `MQTTX` 2023-05-08 17:11:34 +08:00
README-RU.md chore: `MQTT X` -> `MQTTX` 2023-05-08 17:11:34 +08:00
README.md chore: `MQTT X` -> `MQTTX` 2023-05-08 17:11:34 +08:00
Windows.md docs: add a note to Windows.md 2022-07-19 09:01:04 +02:00
build build: rm app `emqx_telemetry` in enterprise elixir release 2023-05-26 17:52:26 +08:00
dev build: adapt ERL_LIBS dir separator for windows 2023-05-24 21:23:04 +02:00
elvis.config feat(rule_engine): add jq function to the rule engine 2022-05-04 17:09:16 +02:00
git-blame-ignore-revs chore: module and fun call rename 2022-08-02 16:59:56 +08:00
mix.exs fix(mqttbridge): ensure elixir release assembles successfully 2023-05-30 17:56:35 +03:00
pkg-vsn.sh build: if uname -m prints arm64, we use arm64 (instead of just arm) 2022-12-14 23:17:41 +01:00
rebar.config chore: bump `ecpool` to 0.5.4 2023-05-30 17:21:45 +03:00
rebar.config.erl Merge pull request #10754 from fix/EMQX-10056/mqtt 2023-05-30 23:28:10 +03:00

README.md

EMQX

GitHub Release Build Status Coverage Status Docker Pulls Slack Discord Twitter YouTube

EMQX is the world's most scalable open-source MQTT broker with a high performance that connects 100M+ IoT devices in 1 cluster, while maintaining 1M message per second throughput and sub-millisecond latency.

EMQX supports multiple open standard protocols like MQTT, HTTP, QUIC, and WebSocket. Its 100% compliant with MQTT 5.0 and 3.x standard, and secures bi-directional communication with MQTT over TLS/SSL and various authentication mechanisms.

With the built-in powerful SQL-based rules engine, EMQX can extract, filter, enrich and transform IoT data in real-time. In addition, it ensures high availability and horizontal scalability with a masterless distributed architecture, and provides ops-friendly user experience and great observability.

EMQX boasts more than 20K+ enterprise users across 50+ countries and regions, connecting 100M+ IoT devices worldwide, and is trusted by over 400 customers in mission-critical scenarios of IoT, IIoT, connected vehicles, and more, including over 70 Fortune 500 companies like HPE, VMware, Verifone, SAIC Volkswagen, and Ericsson.

For more information, please visit EMQX homepage.

Get Started

Run EMQX in the Cloud

The simplest way to set up EMQX is to create a managed deployment with EMQX Cloud. You can try EMQX Cloud for free, no credit card required.

Run EMQX using Docker

docker run -d --name emqx -p 1883:1883 -p 8083:8083 -p 8084:8084 -p 8883:8883 -p 18083:18083 emqx/emqx:latest

Next, please follow the getting started guide to tour the EMQX features.

Run EMQX cluster on kubernetes

For details: EMQX Operator.

More installation options

If you prefer to install and manage EMQX yourself, you can download the latest version from www.emqx.io/downloads.

For more installation options, see the EMQX installation documentation.

Documentation

The EMQX documentation is available at www.emqx.io/docs/en/latest/.

The EMQX Enterprise documentation is available at docs.emqx.com/en/.

Contributing

Please see our contributing.md.

For more organised improvement proposals, you can send pull requests to EIP.

Get Involved

Resources

  • MQTT client programming

    A series of blogs to help developers get started quickly with MQTT in PHP, Node.js, Python, Golang, and other programming languages.

  • MQTT SDKs

    We have selected popular MQTT client SDKs in various programming languages and provided code examples to help you quickly understand the use of MQTT clients.

  • MQTTX

    An elegant cross-platform MQTT 5.0 client tool that provides desktop, command line, and web to help you develop and debug MQTT services and applications faster.

  • Internet of Vehicles

    Build a reliable, efficient, and industry-specific IoV platform based on EMQ's practical experience, from theoretical knowledge such as protocol selection to practical operations like platform architecture design.

Build From Source

The master branch is for the latest version 5 release, checkout main-v4.4 for version 4.4.

EMQX requires OTP 24 for 4.4, 5.0 can be built with OTP 24 or 25.

git clone https://github.com/emqx/emqx.git
cd emqx
make
_build/emqx/rel/emqx/bin/emqx console

For 4.2 or earlier versions, release has to be built from another repo.

git clone https://github.com/emqx/emqx-rel.git
cd emqx-rel
make
_build/emqx/rel/emqx/bin/emqx console

License

See LICENSE.