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

https://github.com/ip2location/ip2location-kafka

IP2Location Kafka Transform enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category.
https://github.com/ip2location/ip2location-kafka

Last synced: 10 months ago
JSON representation

IP2Location Kafka Transform enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type and IAB category.

Awesome Lists containing this project

README

          

# IP2Location Kafka Transform

This Apache Kafka Transform provides a fast lookup of country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name, mcc, mnc, mobile brand, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS) from IP address by using IP2Location database. It uses a file-based database available at IP2Location.com. This database simply contains IP blocks as keys, and other information such as country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection type, IDD code, area code, weather station code, station name, mcc, mnc, mobile brand, elevation, usage type, address type, IAB category, district, autonomous system number (ASN), autonomous system (AS), AS domain, AS usage type and AS CIDR as values. It supports both IP address in IPv4 and IPv6.

The database will be updated on a monthly basis for greater accuracy.

The complete database is available at under Premium subscription package.
The free LITE database is available at .

## Developer Documentation
To learn more about installation, usage, and schema, please visit the developer documentation at [https://ip2location-kafka.readthedocs.io/en/latest/](https://ip2location-kafka.readthedocs.io/en/latest/).