dhamodaran-pandiyan / micro-services-demo

Set of examples for understanding and testing micro-services which is implemented in Python and Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro-Services Demonstration

Set of examples for understanding and testing micro-services implemented in Python and Golang

Repo Structure:

Main Repo
    |
    | -- golang
           | -- main.go
           | -- README.md
           | -- docker-deployment
                    | -- Dockerfile    
                    | -- README.md    
           | -- k8s-deployment 
                    | -- deployment.yaml    
                    | -- README.md            
    | -- python
           | -- main.py
           | -- README.md    

About

Set of examples for understanding and testing micro-services which is implemented in Python and Golang

License:MIT License


Languages

Language:Go 66.6%Language:Python 28.1%Language:Dockerfile 5.3%