dwyl / dwyl/hits

Geo Map? 🗺️

Open
#27 3 comments 0 reactions 1 assignee Claimed by @nelsonic View on GitHub
enhancement help wanted priority-1 question research spike T4h technical
Dominant language
Elixir
Stars
451
Forks
63
Avg merge
1d 8h
Merged PRs (30d)
1

Description

Can we plot hits on a map based on IP address?
e.g:
![image](https://user-images.githubusercontent.com/194400/157843986-1aa93450-353f-45c7-9731-cccf7dbc5f63.png)

# Todo

+ [ ] Investigate the options for https://rapidapi.com/blog/ip-geolocation-api ... https://ipgeolocation.io
+ [ ] Consider using multiple APIs and round-robin the requests to avoid sending _all_ our the to the same service. 💭
+ [ ] Store the Lat/Lon in the DB in a new table:
+ [ ] useragent_id
+ [ ] lat_lon
+ [ ] geo_ip_api_id - IP address lookup service used
+ [ ] Which Map UI should we use?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.