Thursday, 4 June 2020

Does this microservice architecture for a small basic social network makes sense?

Friend service: can add friends, remove friends.Post service: can add posts on your page.Comment service: can add comments on a post.Reaction service: can add a reaction to a post or comment (don't know what the database schema should look like)Private message service: can send message to a friend.Each service would have its own database and they would communicate via Apache Spark or any other event bus. Can someone give me some feedbacks and tell me how I should implement the database schema for the reaction database?

Submitted June 04, 2020 at 04:53PM by jesusscript

No comments:

Post a Comment