maxmind / mmdbwriter

Go library for writing MaxMind DB (mmdb) files
Apache License 2.0
116 stars 28 forks source link

Example to create country-city info mmdb from a csv file #95

Closed Sirius-Aabhas closed 1 month ago

Sirius-Aabhas commented 1 month ago

For my usecase , I needed to create a mmdb file from scratch with only country level info. But, I found the asn writer example to be not very helpful as I needed only country info. Only after going through the whole blogpost, was I able to understand the creation flow. So, adding this example here to benefit others.

oschwald commented 1 month ago

The failures appear unrelated. The golangci-lint ones appear to be due to a new release of that, which will need to be addressed in a separate Pr.