An open API service indexing awesome lists of open source software.

https://github.com/dhamodaran-pandiyan/micro-services-demo

Set of examples for understanding and testing micro-services which is implemented in Python and Golang
https://github.com/dhamodaran-pandiyan/micro-services-demo

demo-app docker example-project flask golang kubernetes kubernetes-deployment microservices poc python python3

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```