Hi??
The function of data subscription based on trigger implementation is not very
convenient for users to use, and the current trigger does not support
clustering.
I have discussed the design idea of subscription with Yurong for several times
before, and I will discuss it later to form a design document, and finally
realize the subscription function together with my partners.
Best,
------------------------------------
gongning
------------------ ???????? ------------------
??????:
"dev"
<[email protected]>;
????????: 2022??4??30??(??????) ????2:57
??????: "dev"<[email protected]>;
????: Re: I submitted an IOTDB subscription issue?? IOTDB-2766??
Hi,
Any idea to implement?
Can the trigger module support this? (but iotdb does not support too many
trigger now, I think)
Does Yurong have any idea?
Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University
??????
???????? ????????
???? <[email protected]> ??2022??4??24?????? 14:44??????
> &nbsp; &nbsp; In the process of industrial production, various
> environmental data such as temperature, pressure and humidity of industrial
> equipment are collected by sensors. Customers are eager to detect and
> notify abnormal fluctuations of sensor data in a timely manner. We hope to
> calculate indicators based on the CAPABILITY of IoTDB CQ, so that
> upper-layer services can subscribe to the indicator results calculated by
> CQ in a timely manner, and then use the rule engine to achieve self-defined
> alarm capability. For example, a steel customer wants to monitor the
> abnormal fluctuation of the heating furnace in the last 15 minutes and send
> an alarm.
>
> &nbsp; &nbsp; &nbsp;Now IoTDB already has CQ function, but
lacks data
> subscription mechanism.
>
> &nbsp; &nbsp; For example, when data is written to the IOTDB, other
> systems can subscribe to the IOTDB's data, either through storage groups,
> devices, measurement points, or nodes of any level??
>
> Command format:
> 1) CREATE: CREATE SUBSCRIPTION "sub0" ON storageGroup DESTINATIONS ALL '
> http://example.com:8080'
> 2) Query: SHOW SUBSCRIPTIONS
> 3) Delete: DROP SUBSCRIPTION
>
> Note:&nbsp;http://example.com:8080&nbsp;Service system address.
>
> Protocol format of IoTDB sending business system:
>
> ---------------------------------+
> fullpathvaluetimestamp
>
>
> ---------------------------------+
> root.sg.device1.t1 82 1465839830100400200
>
> Influxdb Reference address:
>
>
https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/
>
>
https://docs.influxdata.com/influxdb/v1.8/administration/subscription-management/
>
>
>
>
> Best,
> ------------------------------------
> gongning
>
>
>
>
>
> &nbsp;