Skip to content

The example of a microservice application written with Flask and deployed with Docker-Compose

Notifications You must be signed in to change notification settings

arsenidze/microservice_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservice_application

That project shows the example of a simple application written in a microservice architecture principle. Also, the repo contains a respective version of app that written in a monolithic style.

Details

The app represents a list of simple text operations such as make text upper or lower. Each text operation is executed by a separate service. The are 4 services:

  • ui-service
  • text-revert-service
  • text-to_upper-service
  • text-to_lower-service

services_structure

Run

Docker-compose is used to deploy all services.

Do:

docker-compose up

in the simple_microservice_app folder.

Resulting app

resulting_app

About

The example of a microservice application written with Flask and deployed with Docker-Compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published