JianBo He fbb1b072db chore: update changes hai 1 ano
..
src fbb1b072db chore: update changes hai 1 ano
test 85c69560fb chore: fix failed tests hai 1 ano
BSL.txt dee353380e feat: integrate with the Datalayers hai 1 ano
README.md dee353380e feat: integrate with the Datalayers hai 1 ano
docker-ct dee353380e feat: integrate with the Datalayers hai 1 ano
mix.exs d226bd1e88 chore: move influxdb to common_dep hai 1 ano
rebar.config dee353380e feat: integrate with the Datalayers hai 1 ano

README.md

EMQX Datalayers Bridge

Datalayers is a multimodal, hyper-converged database for the Industrial IoT, Telematics, Energy and other industries.

Datalayers 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 Datalayers. User can create a rule and easily ingest IoT data into Datalayers by leveraging EMQX Rules.

Documentation

HTTP APIs

  • Several APIs are provided for bridge management, which includes create bridge, update bridge, get bridge, stop or restart bridge and list bridges etc.

Refer to API Docs - Bridges for more detailed information.

  • Create bridge API doc list required parameters for creating a Datalayers bridge.
    • server: The IPv4 or IPv6 address or the hostname to connect to.
    • database: Datalayers database name
    • write_syntax: Conf of Datalayers 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

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.