Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
/ geodbtools Public archive

GeoIP database swiss army knife

License

Notifications You must be signed in to change notification settings

anexia-it/geodbtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geodbtools

Go Report Card Build Status codecov GoDoc

geodbtools is a swiss army knife for working with GeoIP databases.

geodbtool CLI

geodbtool is the CLI application that is provided along with the geodbtools library.

Features

  • database lookups (lookup command)
  • database information (info command)
  • database type conversion (convert command)

Installation

You can either grab pre-compiled binaries from the releases page on Github, or install from source:

go get github.com/anexia-it/geodbtools/cmd/geodbtool

Usage

The tool's help command provides you with a list of available commands:

geodbtool help

geodbtools library

The library part of this repository provides functionality for working with GeoIP databases.

Implementation status

Contributing

Contributions are always welcome, in every possible way. We are always happy to receive bug reports and pull requests.

License

geodbtools is free software, licensed under the MIT license.