This is a synchronized fork of awesome-inc/docker-elk.
This is a use case of the ELK stack to assess the insurance risk of cargo vessels and warehouses with respect to spatial, temporal and weather data.
Technically, this comprises the Elastic Stack and a Leaflet web application to visualize OpenWeatherMap and playback of online AIS data.
- Install docker.
- Install docker-compose.
- Clone this repository recursively (i.e. including submodules)
Start your stack using docker-compose:
docker-compose up
Alternatively, use Vagrant
vagrant up
And then access the web application hitting http://localhost:8080 with a web browser.
You will see some test data. Optionally, for online import of AIS data, set your AISHub username before starting the stack, i.e.
- on Linux:
export ais_user=[AISHUB_Username]
- on Windows:
set ais_user=[AISHUB_Username]