Skip to content

ramanenka/geoip-live-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geoip-live-map

Realtime visualization of your access logs on a map

It tails an access log, searches for an IP address in each line, determines it's geo coordinates and animates a point on the map in the corresponding location.

geoip-live-map

Usage

docker run -d \
    --name geoip-live-map \
    -e LOG_FILENAME=/var/log/nginx/access.log \
    -v /var/log/nginx:/var/log/nginx:ro \
    -p 8080:80 \
    ramanenka/geoip-live-map

About

Realtime visualization of your access logs on a map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published