tidwall / tile38

Real-time Geospatial and Geofencing
https://tile38.com
MIT License
9.18k stars 571 forks source link

AMQP version 1.0 support #516

Open mayanagarwal opened 4 years ago

mayanagarwal commented 4 years ago

Hi, I am running Tile38 docker image on a container instance in the Azure Cloud. While going through the documentation I found that I can use the SETHOOK command of Tile38 to send messages to an Azure Topic.

SETHOOK warehouse amqp://<shared_access_key_name>:<shared_access_key_value>@<namespace>.servicebus.windows.net/test-geofence …

But this doesn't seem to send message to my Topic. Maybe a version problem as Azure uses AMQP v1.0 whereas TIle38 supports AMQP v0.9.1. Or is it something I am doing wrong?

tidwall commented 4 years ago

Hi,

It's hard to say what the problem is. Did you receive any error messages with additional context?

If not, then you may want to try launching the Tile38 with -vv flag. This will print out a bunch of extra messages to the log/console including webhook errors and will help diagnose the problem.

sys732 commented 3 years ago

hi, is there a system requirements info for setting up Tile38 on Azure VMs?

tidwall commented 3 years ago

@sys732 It will depend heavily on how much data you plan on storing in Tile38.

sys732 commented 3 years ago

@tidwall, thanks for reply , I'm prototyping work site safety using gps trackers and multiple nested geofences. max of 1000 trackers per work site and 5 concurrent sites.

tidwall commented 3 years ago

@sys732 For 5000 concurrently moving positions I recommend a machine with at least 2 cores and 4GB ram.