An open API service indexing awesome lists of open source software.

https://github.com/cloud8421/storm-analyzer


https://github.com/cloud8421/storm-analyzer

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

#Storm Analyzer

Analysis application to use with the [Collector application](https://github.com/cloud8421/storm-collector) Requires a working collector application with the same cookie.

Please see for more details.

## Setup

The application requires [Elixir](http://elixir-lang.org/) and Postgresql.

$ mix deps.get
$ createdb -u YOUR_USER storm_analyzer_dev
$ createdb -u YOUR_USER storm_analyzer_test
$ mix ecto.migrate Repo
$ COLLECTOR_NODE=name@host DATABASE_URL="ecto://user:password@host/storm_analyzer" make start

## Tests

$ MIX_ENV=test mix test

## Available iex commands

iex> StormAnalyzer.Importer.import_all

Loads data from collector into Postgres.

iex> WeatherDatapointsQueries.delta

Shows variation of internal temperature over time.