I haven't started working on it yet, but I'd like to make a template for deploying an example project with the microservices architecture written in Golang. I'm planning on deploying:
API gateway
PostgreSQL DB
Internal microservice for some example CRUD operations
Microservice for demonstrating private networking by making requests to the internal service through the private networking feature
And potentially some user authentication with OAuth as an example which would entail
Redis cache for session storage
Auth microservice which would handle redirects , callbacks, writing to the cache & communicate internally with the CRUD microservice
Possibly an example middleware for getting the authenticated user
Contact Details
@ferretcode on Discord
Template URL
N/A
What does this template deploy?
I haven't started working on it yet, but I'd like to make a template for deploying an example project with the microservices architecture written in Golang. I'm planning on deploying:
Demo project
No response