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
- Host: GitHub
- URL: https://github.com/dhamodaran-pandiyan/micro-services-demo
- Owner: dhamodaran-pandiyan
- License: mit
- Created: 2023-01-08T06:11:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T07:03:27.000Z (over 3 years ago)
- Last Synced: 2025-06-22T01:38:31.204Z (about 1 year ago)
- Topics: demo-app, docker, example-project, flask, golang, kubernetes, kubernetes-deployment, microservices, poc, python, python3
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```