Convert IPinfo’s CSV database to MMDB using mmdbctl

To convert an IPinfo CSV database to an MMDB database, you can use the mmdbctl utility tool.

mmdbctl_convert_csv_mmdb (1)

To convert a CSV file to an MMDB file use the import command:

mmdbctl import --in data.csv --out data.mmdb

Instructions, features and documentation are available on github.com/ipinfo/mmdbctl.