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.
- Host: GitHub
- URL: https://github.com/ip2location/ip2location-kafka
- Owner: ip2location
- License: apache-2.0
- Created: 2022-08-18T02:47:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T07:46:05.000Z (11 months ago)
- Last Synced: 2025-09-09T10:27:52.182Z (11 months ago)
- Language: Java
- Size: 618 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).