1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/freegeoip
2023-11-30 18:27:57 +08:00
..
docker-compose.yml update freegeoip 2023-04-25 18:28:55 +08:00
Dockerfile update freegeoip 2023-11-30 18:27:57 +08:00
freegeoip.service update 2020-01-09 17:22:20 +08:00
README.md update freegeoip 2023-04-25 18:28:55 +08:00

freegeoip

freegeoip provides a public HTTP API for software developers to search the geolocation of IP addresses.

up and running

$ docker-compose up -d

$ curl -s http://localhost:8080/json/8.8.8.8 | jq .
{
  "ip": "8.8.8.8",
  "country_code": "US",
  "country_name": "United States",
  "region_code": "",
  "region_name": "",
  "city": "",
  "zip_code": "",
  "time_zone": "",
  "latitude": 37.751,
  "longitude": -97.822,
  "metro_code": 0
}

$ curl -s http://localhost:8888/metrics
freegeoip_client_connections{proto="http"} 0
freegeoip_client_country_code_total{country_code="unknown"} 7
freegeoip_client_ipproto_version_total{ip="4"} 7
freegeoip_db_events_total{event="loaded"} 1
go_gc_duration_seconds{quantile="0"} 5.9754e-05
go_gc_duration_seconds{quantile="0.25"} 7.0367e-05
go_gc_duration_seconds{quantile="0.5"} 9.6169e-05
go_gc_duration_seconds{quantile="0.75"} 0.000112867
go_gc_duration_seconds{quantile="1"} 0.000260533
go_gc_duration_seconds_sum 0.001055739