Skip to content

Location tracker via web-socket, and Rabbitmq as rpc, mongo for data storage.

Notifications You must be signed in to change notification settings

shohruh-abduakhatov-portfolio/location-tracker-golang

Repository files navigation

Location Tracker Go

Location Tracker repo for storing current locations of drivers.

mongo storage

  1. better arr [lon,lat] or in GeoJSON format e.g { "type": "Point", "coordinates": [lon,lat] }

  2. the cardinality is not too big (remember MongoDB document max size is 16MB). If you have 100K points per user split the collections

  3. with location history

  4. save result as coordinates: [<longitude>, <latitude> ]

  5. 12

Links

interface name calling funciton name

About

Location tracker via web-socket, and Rabbitmq as rpc, mongo for data storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published