fholzer / csv2mmdb

Convers CSV files to Maxmind mmdb format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Convers CSV files to Maxmind mmdb format.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%