Kjell Winblad 520e91c8fd fix(greptime trace): remove async info as it is confusing 1 سال پیش
..
src 520e91c8fd fix(greptime trace): remove async info as it is confusing 1 سال پیش
test 834bddadad test: delete flaky test for now 1 سال پیش
.gitignore 4d581d0b30 feat: init commit 2 سال پیش
BSL.txt 82403167c2 chore: update BSL license change date 2 سال پیش
README.md 3b1363dbb7 chore: change license to BCL and adds emqx_bridge_greptimedb_connector_SUITE 2 سال پیش
docker-ct 89bce99870 test: greptimedb data brige 2 سال پیش
rebar.config 1fcd06f4bc feat: update greptimedb client lib and ci version 2 سال پیش

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.