Skip to content

sagustavo/learning-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps

This repo doesn't contain a real project. It's basically a repository for testing and learning DevOps technologies, such as AWS, GitHub Actions, Docker, Kubernetes, etc.

The applications in this repo are microservices used for calculating fibonnaci numbers, but in a much more complex way intentionally. It consists of

  • UI: to see the calculated numbers
  • API: to handle requests that involves creating and getting the fib numbers
  • Worker: to asynchronously calculate the number after someone asks for it
  • Databases
    • Redis: to store the calculated numbers
    • PostgreSQL: to store the fib number indexes the user asks for

fib-architecture


Pretty much everything was inspired by Stephen Grider

About

Testing DevOps technologies, such as Docker, Kubernetes, GitHub Actions and AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors