You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project that involves integrating Eclipse hono with Apache IoTDB or Tdengine (or any other suitable DB if not possible in these two). I need to transfer data from Eclipse hono to DB to leverage its time-series data storage and analysis capabilities. However, I couldn't find any direct integration options between the two platforms.
I would appreciate guidance on the best approach to achieve this data transfer. Specifically, I want to understand how to:
1.Connect and establish communication between Eclipse hono and DB.(using internal kafka or external kafka)
2.Implement a data ingestion mechanism to transfer real-time data from hono to DB using kafka.
3.Retrieve historical data from DB and expose it through Ditto.
The text was updated successfully, but these errors were encountered:
I would have used Ditto to relay messages into IoTDB's built in MQTT broker. Optionally applying payload mapping in Ditto, if needed.
But doing it directly via Hono's Kafka topics would of course be more efficient.
I am not an expert on IoTDB, but I expect that a certain format is required for the infested data.
I'm currently working on a project that involves integrating Eclipse hono with Apache IoTDB or Tdengine (or any other suitable DB if not possible in these two). I need to transfer data from Eclipse hono to DB to leverage its time-series data storage and analysis capabilities. However, I couldn't find any direct integration options between the two platforms.
I would appreciate guidance on the best approach to achieve this data transfer. Specifically, I want to understand how to:
1.Connect and establish communication between Eclipse hono and DB.(using internal kafka or external kafka)
2.Implement a data ingestion mechanism to transfer real-time data from hono to DB using kafka.
3.Retrieve historical data from DB and expose it through Ditto.
The text was updated successfully, but these errors were encountered: