Skip to content

JuCarv-bit/scalable-computing-2

 
 

Repository files navigation

A2_computacao_escalavel, made by

  • Almir Fonseca
  • Gabriel Pereira
  • Gustavo Rocha
  • Juliana Carvalho

How to run on Windows:

Install the Docker and its images and run the docker-compose:

  1. Start the docker engine (installed application)
  2. {bash} docker-compose up --build -d

To view the Dashboard web app:

Troubleshooting:

  • If something do not works as expect, the first step is to:

    • check the Docker Images that are running (which might be due to dependences of containers that are still waking):
    • It can be done in the GUI interface of Docker.

To check the database state:

  • docker exec -it postgres psql -U myuser mydatabase
  • then run [do not forget schema and the ;] "SELECT * FROM conta_verde.users;"

Instructions to use AWS [Academy]

  • Join the AWS Academy Learner Lab
  • Go to modules
  • Init the Learning Lab of AWS Academy
  • When the AWS Status is green, you can click on it and see the services

About

Scalable Computing - Practical Work 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.1%
  • Dockerfile 5.1%
  • PLpgSQL 4.1%
  • CSS 1.7%