Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 1.06 KB

CSV to Maxmind mmdb Format Converter

This is a utility for converting CSV files to MaxMind's mmdb format.

Usage

Required arguments:

  • -inpupt=[FILENAME] - Path to the CSV input file.
  • -output=[FILENAME] - Path to the mmdb output file
  • -config=[FILENAME] - Path to the configuration file

Development

Here are some usefull resources:

Copyright and License

This software is Copyright (c) 2022 by Ferdinand Holzer

Files in the pkg/convert/internal/valuecache directory are derivative work of https://github.com/maxmind/mmdbwriter, (c) by MaxMind, Inc. They are redistributed under the MIT license. Find a copy of the MIT license at pkg/convert/internal/valuecache/LICENSE-MIT

The remaining project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3. Find a copy of the license in the LICENSE file.