You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en_US/deploy/cluster/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Besides working with a single EMQX node, EMQX natively supports a distributed cl
4
4
5
5
::: tip Note
6
6
7
-
Clustering is available during the trial period, but once the trial period ends, you will need to purchase a Commercial license to continue using it. Without a valid Commercial license, the clustering feature will be disabled after the trial period expires.
7
+
Clustering is available during the trial period, but once the trial period ends, you will need to purchase a Commercial License to continue using it. Without a valid Commercial License, the clustering feature will be disabled after the trial period expires.
In addition to updating the license, the EMQX Dashboard also provides a **Reset License** button. This feature allows users to reset the system to the default single-node community license.
Copy file name to clipboardExpand all lines: en_US/faq/concept.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
5
5
EMQX has [two main product lines](https://www.emqx.com/en/products/emqx). Different products support different numbers of connections, features, services, etc.
6
6
7
-
- EMQX Enterprise: EMQX Enterprise is the commercial self-hosted edition of an MQTT messaging platform. It supports data persistence (supports Redis, MySQL, MongoDB or PostgreSQL), data integration to Kafka, LoRaWAN support, EMQX monitoring, Kubernetes deployment, etc. It supports 1 million concurrent MQTT connections.
8
-
- EMQX Cloud: [EMQX Cloud](https://www.emqx.com/cloud) is our fully managed MQTT cloud service where EMQ handles all aspects of infrastructure deployment, maintenance, scaling, and upgrades. As the world's first fully managed MQTT 5.0 public cloud service, EMQX Cloud provides a one-stop O&M colocation and a unique isolated environment for MQTT services. In the era of Internet of Everything, EMQX Cloud can help you quickly build industry applications and easily realize the collection, transmission, computation and persistence of IoT data.
7
+
-**EMQX Enterprise**: EMQX Enterprise is the commercial self-hosted edition of an MQTT messaging platform. It supports data persistence (supports Redis, MySQL, MongoDB or PostgreSQL), data integration to Kafka, LoRaWAN support, EMQX monitoring, Kubernetes deployment, etc. It supports 1 million concurrent MQTT connections.
8
+
-**EMQX Cloud**: [EMQX Cloud](https://www.emqx.com/cloud) is our fully managed MQTT cloud service where EMQ handles all aspects of infrastructure deployment, maintenance, scaling, and upgrades. As the world's first fully managed MQTT 5.0 public cloud service, EMQX Cloud provides a one-stop O&M colocation and a unique isolated environment for MQTT services. In the era of Internet of Everything, EMQX Cloud can help you quickly build industry applications and easily realize the collection, transmission, computation and persistence of IoT data.
9
9
10
10
## What's a WebSocket? When to use a Websocket to connect to EMQX?
Copy file name to clipboardExpand all lines: en_US/index.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -67,20 +67,20 @@ EMQX Enterprise provides a graphical management system called the [Dashboard](./
67
67
68
68
## Deployment Modes and Edition Comparison
69
69
70
-
EMQ provides three deployment options for EMQX: two managed services (EMQX Cloud Serverless and EMQX Dedicated Cloud) and one self-hosted option (EMQX Enterprise). To help you choose the best deployment option for your requirements, the following table lists a comparison of feature support across different deployment types. For a comparison of supported features in detail, refer to [Feature Comparison](./getting-started/feature-comparison.md).
70
+
EMQ provides three deployment options for EMQX: two managed services (EMQX Serverless and EMQX Dedicated) and one self-hosted option (EMQX Enterprise). To help you choose the best deployment option for your requirements, the following table lists a comparison of feature support across different deployment types. For a comparison of supported features in detail, refer to [Feature Comparison](./getting-started/feature-comparison.md).
71
71
72
72
<table>
73
73
<thead>
74
74
<tr>
75
-
<th colspan="2">SelfHosted</th>
75
+
<th colspan="1">Self-Hosted</th>
76
76
<th colspan="2">MQTT as a Service</th>
77
77
</tr>
78
78
</thead>
79
79
<tbody>
80
80
<tr>
81
81
<td>EMQX Enterprise</td>
82
-
<td>EMQX Cloud Serverless</td>
83
-
<td>EMQX Dedicated Cloud</td>
82
+
<td>EMQX Serverless</td>
83
+
<td>EMQX Dedicated</td>
84
84
</tr>
85
85
<tr>
86
86
<td><a href="https://www.emqx.com/en/apply-licenses/emqx">Get a Free Trial License</a></td>
@@ -97,6 +97,8 @@ EMQ provides three deployment options for EMQX: two managed services (EMQX Cloud
97
97
98
98
99
99
100
+
101
+
100
102
## Use Cases
101
103
102
104
EMQX Enterprise is a comprehensive IoT messaging platform that plays a crucial role in different stages of IoT device connectivity and data transmission, providing powerful functionality and flexibility for various business needs.
0 commit comments