|
|
1 rok temu | |
|---|---|---|
| .. | ||
| src | ca88f5731b fix(rule tracing): format result traces in a more structured way | 1 rok temu |
| test | 084e920c6e test(influx): literal values or variable in tag set | 1 rok temu |
| BSL.txt | 82403167c2 chore: update BSL license change date | 2 lat temu |
| README.md | 383fec9dfc docs: fix invalid links | 2 lat temu |
| docker-ct | 6497bcae46 refactor(influxdb): move influxdb bridge into its own app | 2 lat temu |
| rebar.config | 1668e9ac7d fix: cannot write literal numbers to influxdb | 2 lat temu |
InfluxDB is an open-source time-series database that is optimized for storing, retrieving, and querying large volumes of time-stamped data. It is commonly used for monitoring and analysis of metrics, events, and real-time analytics. InfluxDB is designed to be fast, efficient, and scalable, and it has a SQL-like query language that makes it easy to extract insights from time-series data.
The application is used to connect EMQX and InfluxDB. User can create a rule and easily ingest IoT data into InfluxDB by leveraging EMQX Rules.
Refer to Ingest Data into InfluxDB for how to use EMQX dashboard to ingest IoT data into InfluxDB.
Refer to EMQX Rules for the EMQX rules engine introduction.
Refer to API Docs - Bridges for more detailed information.
v1 and v2), please select the right
version of InfluxDB. Below are several important parameters for v1,
server: The IPv4 or IPv6 address or the hostname to connect to.database: InfluxDB database namewrite_syntax: 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.
EMQ Business Source License 1.1, refer to LICENSE.