https://github.com/cloud8421/storm-analyzer
https://github.com/cloud8421/storm-analyzer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud8421/storm-analyzer
- Owner: cloud8421
- Created: 2014-08-23T15:03:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-28T08:51:37.000Z (almost 12 years ago)
- Last Synced: 2025-01-13T01:29:50.166Z (over 1 year ago)
- Language: Elixir
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.