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.