Skip to content

elixir-geolix/adapter_mmdb2_precompiled

Repository files navigation

Geolix Adapter: MMDB2 Precompiled

Compile-Time MMDB2 adapter for Geolix.

Package Setup

To use the Geolix MMDB2 Precompiled Adapter with your projects, edit your mix.exs file and add the required dependencies:

defp deps do
  [
    # ...
    {:geolix_adapter_mmdb2_precompiled, "~> 0.1.0"},
    # ...
  ]
end

An appropriate version of :geolix is automatically selected by the adapter's dependency tree.

Benchmark

A (minimal) benchmark script is included. Please refer to the Mixfile or mix help output for the name.

License

Apache License, Version 2.0

License information about the supported MaxMind GeoIP2 Country, MaxMind GeoIP2 City and MaxMind GeoLite2 databases can be found on their respective sites.

About

Geolix Adapter: MMDB2 Precompiled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published