oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
615 stars 101 forks source link

Can the open method open Cloud Storage object in GAE? #19

Closed chaoming closed 8 years ago

chaoming commented 8 years ago

Is that possible? If yes, could you give an example?

oschwald commented 8 years ago

I don't know much about GAE Cloud Storage, but I assume you could just read it into a byte slice and use FromBytes to create an in-memory reader.