All Projects → oschwald → Maxminddb Golang

oschwald / Maxminddb Golang

Licence: isc
MaxMind DB Reader for Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Maxminddb Golang

Shiny geoip
IP to location API service
Stars: ✭ 172 (-46.08%)
Mutual labels:  geolocation, geoip
ip2location-nginx
Nginx module that allows user to lookup for geolocation information using IP2Location database.
Stars: ✭ 33 (-89.66%)
Mutual labels:  geolocation, ip-address
Iploc
Fastest IP To Country Library
Stars: ✭ 224 (-29.78%)
Mutual labels:  geolocation, geoip
Country Ip Blocks
CIDR country-level IP data, straight from the Regional Internet Registries, updated hourly.
Stars: ✭ 100 (-68.65%)
Mutual labels:  geolocation, geoip
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-93.42%)
Mutual labels:  geolocation, ip-address
Geo ip
Retreive the geolocation of an IP address based on the ipinfodb.com webservice
Stars: ✭ 103 (-67.71%)
Mutual labels:  geolocation, geoip
tinygeoip
🐉 tiny geoip microservice
Stars: ✭ 13 (-95.92%)
Mutual labels:  geolocation, geoip
Fcipaddressgeocoder
iOS Geocoder for geocode device IP Address location using GeoIP service(s) and a block-based syntax. 💻🌍
Stars: ✭ 114 (-64.26%)
Mutual labels:  geoip, ip-address
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (-51.72%)
Mutual labels:  geolocation, ip-address
ipapi-python
Python bindings for https://ipapi.co (IP Address Location) - Use with python / django / flask for IP address location lookup
Stars: ✭ 42 (-86.83%)
Mutual labels:  geolocation, ip-address
country
IP to country
Stars: ✭ 32 (-89.97%)
Mutual labels:  geolocation, geoip
nodejs-geoip2ws
Maxmind GeoIP2 Web Services for Node.js
Stars: ✭ 47 (-85.27%)
Mutual labels:  geolocation, geoip
Iplocation
Get ip location information.
Stars: ✭ 70 (-78.06%)
Mutual labels:  geolocation, ip-address
Ip2location Go
Use IP2Location geolocation database to lookup the geolocation information with IP2Location Go Package. It can be used to determine country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from.
Stars: ✭ 142 (-55.49%)
Mutual labels:  geolocation, ip-address
Geoip2 Golang
Unofficial MaxMind GeoIP2 Reader for Go
Stars: ✭ 1,074 (+236.68%)
Mutual labels:  geolocation, geoip
GeoLite.mmdb
MaxMind's GeoIP2 GeoLite2 Country, City, and ASN databases
Stars: ✭ 690 (+116.3%)
Mutual labels:  geolocation, geoip
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (-88.4%)
Mutual labels:  geolocation, ip-address
locus
MMDB reader for geolocation and ASN lookup of IP addresses
Stars: ✭ 93 (-70.85%)
Mutual labels:  geolocation, geoip
express-ip
An Express Middleware for getting IP information
Stars: ✭ 28 (-91.22%)
Mutual labels:  geolocation, geoip
Fccurrentlocationgeocoder
iOS Geocoder for forward geocode and reverse geocode user's current location using a block-based syntax. 📍🌍
Stars: ✭ 268 (-15.99%)
Mutual labels:  geoip

MaxMind DB Reader for Go

GoDoc

This is a Go reader for the MaxMind DB format. Although this can be used to read GeoLite2 and GeoIP2 databases, geoip2 provides a higher-level API for doing so.

This is not an official MaxMind API.

Installation

go get github.com/oschwald/maxminddb-golang

Usage

See GoDoc for documentation and examples.

Examples

See GoDoc or example_test.go for examples.

Contributing

Contributions welcome! Please fork the repository and open a pull request with your changes.

License

This is free software, licensed under the ISC License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].