PaddeK / node-maxmind-db

This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
GNU Lesser General Public License v2.1
88 stars 25 forks source link

Please add the possibility of loading data from other sources than file. [Patch Included] #25

Open hhagblom opened 8 years ago

hhagblom commented 8 years ago

diff.txt diff_ignore_whitespace.txt

My use case is that I store the GeoIP database in a location on AWS S3 as I want it to be easy to change database in a cloud environment.

In the patches supplied I've opened up the API to load the database from any supplied string value (something that is already done internally)

knoxcard commented 5 years ago

https://github.com/runk/node-maxmind