Microservice Roadmap #53
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This issue describes a broad roadmap for developing our service using microservices.
Within the microservice system, we need to be able to communicate among services securely using a shared secret (possibly using HMAC signatures). This'll allow us to deploy our services anywhere we want without having to worry about intercommunication.
The gateway service is what allows our group of microservices to act as if it was a monolithic application. It handles authentification, routing & possibly rate limiting. It's also responsible for passing authentification data along to the microservices.
The frontend consists of a high-performance static file server that serves our optimized static files.
The service responsible for managing the blog's contents.
The pastebin will be used to share pieces of code & host the snippets that are used in blog posts.
A service that handles shortening of URLs. It can be used to generate short share links for articles.