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.
- Host: GitHub
- URL: https://github.com/tim-hub/maxmind-ip-geo-sqlite
- Owner: tim-hub
- License: other
- Created: 2019-02-15T20:27:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T20:38:14.000Z (over 7 years ago)
- Last Synced: 2025-01-23T18:50:33.497Z (over 1 year ago)
- Topics: database, maxmind, maxmind-geoip, sqlite3
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)