An open API service indexing awesome lists of open source software.

https://github.com/tim-hub/maxmind-ip-geo-sqlite

this is a sqlite3 database storing the open source version maxmind ip geo data.
https://github.com/tim-hub/maxmind-ip-geo-sqlite

database maxmind maxmind-geoip sqlite3

Last synced: 10 months ago
JSON representation

this is a sqlite3 database storing the open source version maxmind ip geo data.

Awesome Lists containing this project

README

          

# Geo IP SQLite
This is a sqlite3 database storing the open source version maxmind ip geo data.

## Tables
There are three tables in this database.

### cidrs
- id
- cidr
- geo

### cities
- geo
- city
- country

### CIDRToCity
- id
- cidr
- city
- country

## Credits
This product includes GeoLite2 data created by MaxMind, available from
https://www.maxmind.com.

## LICENSE
[CCAS-4.0](http://creativecommons.org/licenses/by-sa/4.0/)