emqx/apps/emqx_bridge_iotdb/src/emqx_bridge_iotdb.app.src

23 lines
563 B
Erlang

%% -*- mode: erlang -*-
{application, emqx_bridge_iotdb, [
{description, "EMQX Enterprise Apache IoTDB Bridge"},
{vsn, "0.1.5"},
{modules, [
emqx_bridge_iotdb,
emqx_bridge_iotdb_connector
]},
{registered, []},
{applications, [
kernel,
stdlib,
emqx_resource
]},
{env, []},
{licenses, ["Business Source License 1.1"]},
{maintainers, ["EMQX Team <contact@emqx.io>"]},
{links, [
{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx"}
]}
]}.