Microservice Roadmap #53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.