Merge pull request #10540 from lafirest/fix/readme
chore: update README
This commit is contained in:
commit
61bbd609f4
|
@ -1,7 +1,6 @@
|
||||||
# EMQX MatrixDB Bridge
|
# EMQX MatrixDB Bridge
|
||||||
|
|
||||||
[MatrixDB](http://matrixdb.univ-lyon1.fr/) is a biological database focused on
|
[YMatrix](https://www.ymatrix.cn/) is a hyper-converged database product developed by YMatrix based on the PostgreSQL / Greenplum classic open source database. In addition to being able to handle time series scenarios with ease, it also supports classic scenarios such as online transaction processing (OLTP) and online analytical processing (OLAP).
|
||||||
molecular interactions between extracellular proteins and polysaccharides.
|
|
||||||
|
|
||||||
The application is used to connect EMQX and MatrixDB.
|
The application is used to connect EMQX and MatrixDB.
|
||||||
User can create a rule and easily ingest IoT data into MatrixDB by leveraging
|
User can create a rule and easily ingest IoT data into MatrixDB by leveraging
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# EMQX MySQL Bridge
|
# EMQX MySQL Bridge
|
||||||
|
|
||||||
[MySQL](https://github.com/MySQL/MySQL) is a popular open-source relational database
|
[MySQL](https://github.com/mysql/mysql-server) is a popular open-source relational database
|
||||||
management system.
|
management system.
|
||||||
|
|
||||||
The application is used to connect EMQX and MySQL.
|
The application is used to connect EMQX and MySQL.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_conf, [
|
{application, emqx_conf, [
|
||||||
{description, "EMQX configuration management"},
|
{description, "EMQX configuration management"},
|
||||||
{vsn, "0.1.18"},
|
{vsn, "0.1.19"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{mod, {emqx_conf_app, []}},
|
{mod, {emqx_conf_app, []}},
|
||||||
{applications, [kernel, stdlib, emqx_ctl]},
|
{applications, [kernel, stdlib, emqx_ctl]},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{application, emqx_dashboard, [
|
{application, emqx_dashboard, [
|
||||||
{description, "EMQX Web Dashboard"},
|
{description, "EMQX Web Dashboard"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "5.0.19"},
|
{vsn, "5.0.20"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [emqx_dashboard_sup]},
|
{registered, [emqx_dashboard_sup]},
|
||||||
{applications, [kernel, stdlib, mnesia, minirest, emqx, emqx_ctl]},
|
{applications, [kernel, stdlib, mnesia, minirest, emqx, emqx_ctl]},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{application, emqx_management, [
|
{application, emqx_management, [
|
||||||
{description, "EMQX Management API and CLI"},
|
{description, "EMQX Management API and CLI"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "5.0.20"},
|
{vsn, "5.0.21"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [emqx_management_sup]},
|
{registered, [emqx_management_sup]},
|
||||||
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},
|
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx, emqx_ctl]},
|
||||||
|
|
Loading…
Reference in New Issue