Skip to content

Ardark27/practica_cloud_dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Dash practice

Installation

There are only two prerequisites:

Having both, you'll need to clone the repository:

git clone https://github.com/Ardark27/practica_cloud_dash

Usage

You'll need to run the docker containers:

docker build -t dash .

We test if the containers are active

docker run -p 8080:8080 dash

Environment

Now you have access to:

Creation process:

The following services have been used in this practice:

  • Cloud run by Google
  • Lambda AWS
  • DynamoDB AWS

Every day we run a lambda at 22:00, with which through webscrapping we obtain the data that we send to dynamoDB.

DynamoDB:

Alt text

Sample data: https://pastebin.pl/view/53dde1a6

In the dashboard made with dash we get the data from dynamoDB with boto3, where we process it for the different tabs.

The dash components used are those of boostrap:

Made by Adrian Pascual and Sergio Boal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages