Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

flowhub/powertechnician

Repository files navigation

powertechnician

Electricity consumption forecasts for a changing climate. Modeled on Irish energy data at the GE Minds+Machines hackathon.

https://powertechnician.run.aws-usw02-pr.ice.predix.io/demo

Installation

Install the Node.js dependencies with:

$ npm install

Install the Python dependencies with:

$ pip install -r requirements.txt

You'll also need a running RabbitMQ instance.

Development

Point to your RabbitMQ instance with the MSGFLO_BROKER environment variable.

To start the local dev server, run:

$ npm start

If you want to live program the NoFlo graph, run:

$ npm run dev

Then open the URL shown on console.

Testing

Tests are written in Mocha and located in the spec/ folder.

Run:

$ npm test

About

Electricity consumption forecasts for a changing climate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published