Go to file
Ilya Averyanov f01939a4a5 chore: set version to e5.0.2-ft.2 2023-04-14 12:04:14 +03:00
.ci fix(ft-s3): fix review comments 2023-04-07 17:36:47 +03:00
.github fix(ft-s3): fix review comments 2023-04-07 17:36:47 +03:00
apps chore: set version to e5.0.2-ft.2 2023-04-14 12:04:14 +03:00
bin Merge pull request #10297 from paulozulato/fix-eval 2023-03-31 11:29:57 -03:00
changes Merge pull request #10318 from kjellwinblad/kjell/feat/rule_engine_from_clause_support_both_string_types 2023-04-06 09:19:44 +02:00
deploy Merge pull request #10224 from thalesmg/helm-cluster-ip 2023-03-29 09:44:42 -03:00
lib-ee fix(ft-s3): use AWS4 signed urls for S3 export URIs 2023-04-07 22:15:01 +03:00
rel feat(ft): make timeouts configurable 2023-04-14 01:58:14 +03:00
scripts feat(s3): add S3 client application 2023-04-07 17:25:22 +03: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 test: conf_app ct failed 2023-01-14 01:03:57 +08: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 chore: add BSL.txt 2021-12-29 13:35:49 +01: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 chore: Update license file 2022-07-10 10:01:01 +02:00
Makefile build: check i18n style earlier 2023-04-03 13:12:24 +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: update readme 2023-03-27 17:44:21 +08:00
README-RU.md chore: update readme 2023-03-27 17:44:21 +08:00
README.md docs(readme): update heading and add slack link to "Get Involved" 2023-03-30 14:00:49 +02:00
Windows.md docs: add a note to Windows.md 2022-07-19 09:01:04 +02:00
build chore(mix): fix mix builds 2023-03-19 01:39:56 +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 feat(ft-s3): store metadata in ASCII-safe format 2023-04-07 22:20:20 +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 fix(dep): upgrade `rulesql` back to 0.1.5 2023-04-07 22:20:20 +03:00
rebar.config.erl fix(ft-s3): fix release settings 2023-04-07 17:25:23 +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.

  • MQTT X

    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.