Back to Developer Roadmap

Microservices

src/data/roadmaps/system-design/content/[email protected]

4.0815 B
Original Source

Microservices

Related to the "Application Layer" discussion are microservices, which can be described as a suite of independently deployable, small, modular services. Each service runs a unique process and communicates through a well-defined, lightweight mechanism to serve a business goal. 1

Pinterest, for example, could have the following microservices: user profile, follower, feed, search, photo upload, etc.

Visit the following resources to learn more: