Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/oschwald/maxminddb-golang
Aditya C S b94c8aaf16
feature: geoip stage in promtail (#3493)
3 years ago
..
.gitignore feature: geoip stage in promtail (#3493) 3 years ago
.gitmodules feature: geoip stage in promtail (#3493) 3 years ago
.golangci.toml feature: geoip stage in promtail (#3493) 3 years ago
LICENSE feature: geoip stage in promtail (#3493) 3 years ago
README.md feature: geoip stage in promtail (#3493) 3 years ago
decoder.go feature: geoip stage in promtail (#3493) 3 years ago
deserializer.go feature: geoip stage in promtail (#3493) 3 years ago
errors.go feature: geoip stage in promtail (#3493) 3 years ago
mmap_unix.go feature: geoip stage in promtail (#3493) 3 years ago
mmap_windows.go feature: geoip stage in promtail (#3493) 3 years ago
node.go feature: geoip stage in promtail (#3493) 3 years ago
reader.go feature: geoip stage in promtail (#3493) 3 years ago
reader_appengine.go feature: geoip stage in promtail (#3493) 3 years ago
reader_other.go feature: geoip stage in promtail (#3493) 3 years ago
traverse.go feature: geoip stage in promtail (#3493) 3 years ago
verifier.go feature: geoip stage in promtail (#3493) 3 years ago

README.md

MaxMind DB Reader for Go

GoDoc

This is a Go reader for the MaxMind DB format. Although this can be used to read GeoLite2 and GeoIP2 databases, geoip2 provides a higher-level API for doing so.

This is not an official MaxMind API.

Installation

go get github.com/oschwald/maxminddb-golang

Usage

See GoDoc for documentation and examples.

Examples

See GoDoc or example_test.go for examples.

Contributing

Contributions welcome! Please fork the repository and open a pull request with your changes.

License

This is free software, licensed under the ISC License.