Skip to content

opswithranjan/3-tier-Python_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3-tier-python

3-tier-python is a demo for a 3 tier architecture project in docker

What is it?

A simple example of a three tier (actually it's only two, a LB isn't really a front end BUT in this example it is) architecture.

Apps count their view pages, as well as a total (recorded in REDIS).

Topology

               Load balancer
                    +
                    |
       +--------------------------+
       v            v             v
     APP1          APP2          APP3
       +            +             +
       +--------------------------+
                    |
                    v
                   REDIS

Usage

docker-compose up -d --scale app=3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published