Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danrusei/microservices_project
A microservice project written in GO
https://github.com/danrusei/microservices_project
cloud-functions firestore go-kit grpc istio kubernetes
Last synced: 2 months ago
JSON representation
A microservice project written in GO
- Host: GitHub
- URL: https://github.com/danrusei/microservices_project
- Owner: danrusei
- License: mit
- Created: 2019-04-28T15:49:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T05:44:05.000Z (over 5 years ago)
- Last Synced: 2023-07-15T08:41:06.842Z (over 1 year ago)
- Topics: cloud-functions, firestore, go-kit, grpc, istio, kubernetes
- Language: Go
- Homepage: http://bit.ly/2XYhrYu
- Size: 2.25 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microservices Project
**Section 1 :**
* Ingest Data, using cloud function and firestore
* https://dev-state.com/posts/microservices_1_setup/**Section 2 :**
* Create the microservice League App, using go-kit toolkit
* https://dev-state.com/posts/microservices_2_gokit1/
* https://dev-state.com/posts/microservices_2_gokit2/**Section 3 :**
* Deploy on Minikube (Kubernetes local cluster)
* https://dev-state.com/posts/microservices_4_kubernetes/**Section 4 :**
* Deploy on GKE and enable Istio for observability and service control.
* https://dev-state.com/posts/microservices_5_istio/