Skip to content

lastmonk/COVID19Dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT contributions welcome 

How to deploy the COVID19DashBoard Project in your machine

This documentation willl help user to Install the application in user windows machine.This documentation steps are more focused on windows platform.

Architecture Diagram

architecture_diagram_10-5-2020

Comparison with old architecture Diagram

architecture_comparision

Prerequisites before trying the project

Get started with the COVID19Dashboard Project

Step 1

  • Open PowerShell in the windows machine, run Docker command
  • Create a Private network for Docker with name COVID19DashboardbNetwork
    • docker network create COVID19DashboardbNetwork

Step 2

  • Run below command to download the InfluxDB Docker Image from DockerHub and run as a container
    • docker run -d -p 8086:8086 --network COVID19DashboardbNetwork --name influxdb influxdb

Step 3

  • Run below command to download the Python Script image from DockerHub and run as a container
    • docker run -d -p 3000:3000 --network COVID19DashboardbNetwork --name=pythonimage sunishsurendrank/pythonimage:v1

Step 4

  • Run below command to download the Grafana Docker Image from DockerHub and run as a container
    • docker run -d -p 3000:3000 --network COVID19DashboardbNetwork --name=grafana sunishsurendrank/grafanaimage:v1

Note: If you get an error regarding the port (The above port is already used by other process), change the port and the name field and run the command again.

Step 5

dashboard

License

Copyright © 2020, Sunish Surendran Kannembath. Released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%