Offset-Movement / maxmind-geoloc-csv-to-postgres

Reads, parses and persists MaxMind's geospatial data to Postgres; for creating an index of cities and countries worldwide to be used in FutureMadeEvents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CsvMania

TODO: Add description

Installation

If available in Hex, the package can be installed by adding csv_mania to your list of dependencies in mix.exs:

def deps do
  [
    {:csv_mania, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/csv_mania.

About

Reads, parses and persists MaxMind's geospatial data to Postgres; for creating an index of cities and countries worldwide to be used in FutureMadeEvents


Languages

Language:Elixir 100.0%