Skip to content

fobdy/da-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DA-test solution

Packages

  • da-converter: used to lookup geoip db & convert sample data
  • da-client: react web app with possible visualization

Caveats

For using da-converter you need to download GeoLite2-City.mmdb and place it into da-converter/data folder.

All code was tested using latest Node 9.x branch. Webapp was tested in latest Chrome/Safari/Firefox @ Mac OS.

curl -LO http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
gunzip GeoLite2-Country.mmdb.gz

To be done

  • Choropleth map of ips distribution across countries
  • Docker environment
  • Automatic download of the missing DB file