emqx/apps/emqx_bridge_greptimedb
Thales Macedo Garitezi 9559ba2f06 test: remove unnecessary lines 2024-06-19 13:22:02 -03:00
..
src test(greptime): attempt to fix flaky tests 2024-06-18 18:23:22 -03:00
test test: remove unnecessary lines 2024-06-19 13:22:02 -03:00
.gitignore feat: init commit 2023-07-24 17:58:48 +08:00
BSL.txt chore: update BSL license change date 2024-01-29 16:47:31 +01:00
README.md chore: change license to BCL and adds emqx_bridge_greptimedb_connector_SUITE 2023-07-24 17:58:48 +08:00
docker-ct test: greptimedb data brige 2023-07-24 17:58:48 +08:00
rebar.config test(greptime): revert driver patch to test ci again 2024-06-19 09:12:30 -03:00

README.md

emqx_bridge_greptimedb

This application houses the GreptimeDB data integration to EMQX. It provides the means to connect to GreptimeDB and publish messages to it.

It implements connection management and interaction without the need for a separate connector app, since it's not used for authentication and authorization applications.

Docs

For more information about GreptimeDB, please refer to official document.

Configurations

Just like the InfluxDB data bridge but have some different parameters. Below are several important parameters:

  • server: The IPv4 or IPv6 address or the hostname to connect to.
  • dbname: The GreptimeDB database name.
  • write_syntax: Like the write_syntax in InfluxDB conf, it's the conf of InfluxDB line protocol to write data points. It is a text-based format that provides the measurement, tag set, field set, and timestamp of a data point, and placeholder supported.

Contributing - [Mandatory]

Please see our contributing.md.

License

See BSL.