Skip to content

Build a dashboard using container technology. Docker | Python | Grafana

License

Notifications You must be signed in to change notification settings

qerat97/COVID19Dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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 commnd 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 commnd 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

Step 5

dashboard

License

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

About

Build a dashboard using container technology. Docker | Python | Grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%