Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxmind/mmdbwriter

Go library for writing MaxMind DB (mmdb) files
https://github.com/maxmind/mmdbwriter

geoip geoip2 maxmind mmdb

Last synced: 5 days ago
JSON representation

Go library for writing MaxMind DB (mmdb) files

Awesome Lists containing this project

README

        

# Go MaxMind DB Writer

[![Go Reference](https://pkg.go.dev/badge/github.com/maxmind/mmdbwriter.svg)](https://pkg.go.dev/github.com/maxmind/mmdbwriter)

This is a Go writer for the [MaxMind DB format](https://github.com/maxmind/MaxMind-DB).

This is still a work in progress and does not support all of the features
of the [Perl writer](https://github.com/maxmind/MaxMind-DB-Reader-perl). The
API is subject to change.

## Examples

See the `examples` folder for examples of how to use this library or our blog
post,
[Enriching MMDB files with your own data using Go](https://blog.maxmind.com/2020/09/01/enriching-mmdb-files-with-your-own-data-using-go/).

## Copyright and License

This software is Copyright (c) 2020-2024 by MaxMind, Inc.

This is free software, licensed under the [Apache License, Version
2.0](LICENSE-APACHE) or the [MIT License](LICENSE-MIT), at your option.