Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/