AlexeyKupershtokh / clickhouse-maxmind-geoip

A demonstration how to use ClickHouse with MaxMind GeoIP2 databases for geolocaiton
MIT License
115 stars 18 forks source link

Add functions for querying maxmind dictionaries #17

Closed ethack closed 1 year ago

ethack commented 1 year ago

Related discussion in https://github.com/AlexeyKupershtokh/clickhouse-maxmind-geoip/issues/16 about combining v4 and v6 addresses. This PR doesn't merge the dictionaries, but provides functions where the user can use either IPv4 or IPv6 addresses.

Slach commented 1 year ago

Excelent, thanks a lot for contributions