TheMBTH / phoenix-postgis-example

Example website with geospatial feature using Phoenix Framework using PostGIS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phoenix-postgis-example

Example website with geospatial features using the Phoenix Framework, D3, and PostGIS.

To run this you will need to have Elixir installed and download data from https://www.kaggle.com/kaggle/climate-data-from-ocean-ships. Instructions to get up and running are available on this blog post, but once everything is setup you can start the server like this:

$ npm install
$ mix ecto.create
$ mix ecto migrate
$ mix phoenix.server
$ open http://localhost:4000

About

Example website with geospatial feature using Phoenix Framework using PostGIS


Languages

Language:Elixir 78.0%Language:JavaScript 12.5%Language:HTML 8.6%Language:Python 0.9%