Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Written in Rust – Self hosted and fast GeoIP service with auto updates (github.com/alisinabh)
20 points by alisinabh 11 days ago | hide | past | favorite | 5 comments





Oh awesome. Self hosting geo-ip is so nice, but updating the DB is a pain. Great idea.

That is why our (IPinfo) data downloads just point to a storage URI. The download command is essentially:

curl -L https://ipinfo.io/data/free/country.mmdb?token=token -o country.mmdb


Yeah exactly. In all years of my experience I have seen different implementation of this which is hard to maintain. I hope this can help developers to keep their focus on the actual problems that they are solving.

Looks neat. Might replace the slightly hacky cloudfront viewer request function I use to do this on my personal projects.

Thanks. Please share your experience if you ended up using it. I will be more than happy to address any issues you might face or any concerns and suggestions you have.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: