connecting emqx to hstreamdb #1247
-
Hi, this link (https://www.emqx.com/en/blog/integration-practice-of-emqx-and-hstreamdb#start-emqx-and-hstreamdb) seems to be fairly outdated . The yaml file for docker does not setup the httpServerPort anymore and only sets up 6570 from what I can see. Is there an updated SOP version that we can follow to link EMQX 5.2 with the latest hstream release ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Here are some steps we can follow to persist EMQX data to HStreamDB. You can try EMQX Enterprise for free https://www.emqx.com/en/try?product=enterprise here. The license will be sent to your email immediately https://www.emqx.com/en/apply-licenses/emqx. Thank you for using EMQX and HStreamDB. We are sorry for the outdated blog post. Thank you for your feedback. We will mark it as outdated and attach the link to the latest EMQX HStreamDB Integration docs. |
Beta Was this translation helpful? Give feedback.
-
FYI, The previous implementation is based on the EMQX Webhook Plugin and HStreamDB HTTP Services, which is less efficient than the action So there is no need for an HTTP server port (no need for separate HTTP Services) in the EMQX Enterprise setup. The URL passed to EMQX Dashboard when creating a resource is the HStreamDB server URL, which has been started in the Docker quick start of the form |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. I was planning to use the open source version and not the EMQX enterprise setup. Also, is there a server estimate ( like https://www.emqx.com/en/server-estimate) for hstream ? |
Beta Was this translation helpful? Give feedback.
FYI, The previous implementation is based on the EMQX Webhook Plugin and HStreamDB HTTP Services, which is less efficient than the action
persist to HStreamDB
in EMQX Enterprise.So there is no need for an HTTP server port (no need for separate HTTP Services) in the EMQX Enterprise setup. The URL passed to EMQX Dashboard when creating a resource is the HStreamDB server URL, which has been started in the Docker quick start of the form
http://your_hostname_here:your_port
, and the port is default to6570
, that is, which you can get from thedocker ps
outputs.