chore: apply suggestions from code review
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
862817408a
commit
8cb9389d21
|
@ -12,7 +12,7 @@ and easily ingest IoT data into Cassandra by leveraging the
|
|||
[EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html).
|
||||
|
||||
|
||||
# Documention
|
||||
# Documentation
|
||||
|
||||
- Refer to [Ingest data into Cassandra](https://docs.emqx.com/en/enterprise/v5.0/data-integration/data-bridge-cassa.html)
|
||||
for how to use EMQX dashboard to ingest IoT data into Cassandra.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
The application is used to connect EMQX and GCP Pub/Sub.
|
||||
User can create a rule and easily ingest IoT data into GCP Pub/Sub by leveraging
|
||||
the EMQX [EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html).
|
||||
the [EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html).
|
||||
|
||||
|
||||
# Documention
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{application, emqx_bridge_rocketmq, [
|
||||
{description, "EMQX Enterprise RcoketMQ Bridge"},
|
||||
{description, "EMQX Enterprise RocketMQ Bridge"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]},
|
||||
|
|
|
@ -12,7 +12,7 @@ the EMQX [EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/
|
|||
|
||||
# Documention
|
||||
|
||||
- Refer to [Ingest data into TimescaleDB](todo)
|
||||
- Refer to [Ingest data into TimescaleDB](https://docs.emqx.com/en/enterprise/v5.0/data-integration/data-bridge-timescaledb.html)
|
||||
for how to use EMQX dashboard to ingest IoT data into TimescaleDB.
|
||||
|
||||
- Refer to [EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html)
|
||||
|
|
Loading…
Reference in New Issue