Rosho
July 9, 2020, 4:33pm
1
This question is related to this other one:
Hi
I am using the Coral devboard (a ARM64 platform).
My project consists of taking a photo and doing inference (AI, image classification) with the devboard. Then I want to send the results directly to Elasticsearch.
Currently I am using a PC to index the devboards results. Check the image.
Will there be a problem? I read this: Support-for-arm64-raspberry-pi-4 . So I am not sure.
I only want to send the results (a dictionary/json) and probably the image with the devboard; as I already have a …
I installed a elasticsearch python client in Google Coral devboard (Python Elasticsearch Client — Elasticsearch 8.0.0 documentation )
I want to establish the communication between the devboard and a Windows Laptop. In the Windows laptop, I have installed Elasticsearch 6.x.y.
I have put the firewall down and created a rule to allow traffic to port 9200. But still cannot connect.
I have tested with:
nc -vz 172.16.1.132 9200
curl -XGET "172.16.1.132:9200"
I am not sure if this is related to the "publish address"
I have read this: How to configure the publish address of elasticsearch 5.0 with CLI flags
Any suggestions?
system
(system)
Closed
August 6, 2020, 4:33pm
2
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.