Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 700 Bytes

SystemSetup.md

File metadata and controls

16 lines (10 loc) · 700 Bytes

EcoForecast System Setup

Following are the components that needs to be setup for running EcoForecast.

OpenWhisk is the serverless platform that lets us run the serverless functions.

Webserver has the user interface. We use CGI-bin for website interface.

MongoDB is used to store user data.

Container maker is used to create a container that has all the user specified libraries. After installing user libraries, the container is pushed to docker hub. When the serverless function runs, it gets the container from docker hub.