Microservice Roadmap #53

Open
opened 2021-10-25 18:06:05 +02:00 by Jef Roosens · 0 comments

This issue describes a broad roadmap for developing our service using microservices.

  • Develop secure inter-service communication

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.

  • Gateway service

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.

  • Frontend

The frontend consists of a high-performance static file server that serves our optimized static files.

  • Blog

The service responsible for managing the blog's contents.

  • Pastebin

The pastebin will be used to share pieces of code & host the snippets that are used in blog posts.

  • URL shortener

A service that handles shortening of URLs. It can be used to generate short share links for articles.

This issue describes a broad roadmap for developing our service using microservices. - [ ] Develop secure inter-service communication 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. - [ ] Gateway service 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. - [ ] Frontend The frontend consists of a high-performance static file server that serves our optimized static files. - [ ] Blog The service responsible for managing the blog's contents. - [ ] Pastebin The pastebin will be used to share pieces of code & host the snippets that are used in blog posts. - [ ] URL shortener A service that handles shortening of URLs. It can be used to generate short share links for articles.
Jef Roosens added the
enhancement
label 2021-10-25 18:06:05 +02:00
Jef Roosens added this to the 1.0 - First Release milestone 2021-10-25 18:06:13 +02:00
This repo is archived. You cannot comment on issues.
There is no content yet.