|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| src | 23ded313ec chore: update app versions | %!s(int64=2) %!d(string=hai) anos |
| test | 1d6ea685ef fix: another try to fix t_write_failure | %!s(int64=2) %!d(string=hai) anos |
| .gitignore | 4d581d0b30 feat: init commit | %!s(int64=2) %!d(string=hai) anos |
| BSL.txt | 3b1363dbb7 chore: change license to BCL and adds emqx_bridge_greptimedb_connector_SUITE | %!s(int64=2) %!d(string=hai) anos |
| README.md | 3b1363dbb7 chore: change license to BCL and adds emqx_bridge_greptimedb_connector_SUITE | %!s(int64=2) %!d(string=hai) anos |
| docker-ct | 89bce99870 test: greptimedb data brige | %!s(int64=2) %!d(string=hai) anos |
| rebar.config | 5e100f52b8 style: erlfmt all `rebar.config` files and `bin/nodetool` | %!s(int64=2) %!d(string=hai) anos |
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.
For more information about GreptimeDB, please refer to official document.
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.Please see our contributing.md.
See BSL.