https://github.com/maxmind/mmdbverify
Verifier for the MaxMind DB format
https://github.com/maxmind/mmdbverify
Last synced: about 1 year ago
JSON representation
Verifier for the MaxMind DB format
- Host: GitHub
- URL: https://github.com/maxmind/mmdbverify
- Owner: maxmind
- License: apache-2.0
- Created: 2015-07-23T15:26:43.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T20:32:11.000Z (about 1 year ago)
- Last Synced: 2025-03-21T12:12:33.323Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 995 KB
- Stars: 11
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MaxMind DB Verifier
-------------------
This is a utility to verify that a MaxMind DB is valid. The search tree,
data section, and metadata are all checked for validity and sanity. If the
database cannot be parsed or is otherwise invalid, a short description will
be sent to `stderr` and the utility will exit with a non-zero exit code. If
successful, no output will be printed and an exit code of zero will be
returned.
Note that this tool may flag a database as invalid even though it is
completely parseable. This may happen if there is unexpected data in the
data section or metadata that is not well-formed.
Usage
=====
Required:
* -file=[FILENAME] - The path to the database to test.
Copyright and License
=====================
This software is Copyright (c) 2015-2025 by MaxMind, Inc.
This is free software, licensed under the Apache License, Version 2.0.