Skip to content

sinyagin/fib-complex-multi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci calculator

This is a crazy over-the-top way overcomplicated version of a Fibonacci calculator. Main objective is to get more experience with a multi container deployment.

Application Architecture

Data flow

 Nginx               # to do some routing
 React Server        # get some front-end mockup | assets
 Express Server      # to set backend API
 Worker              # a separate backend NodeJS process
 Redis               # a memory data-store for housing temporary value
 Postgres            # a database

How it works all together

Data flow

Available deployment configs

  • aws branch - configs to deploy it to AWS
  • k8s, main branches - configs to run in Kubernetes Cluster locally and deploy to the Google Cloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published