Distributed System Design Reference

May 29, 2023 ยท View on GitHub

Distributed systems introduce new and interesting problems that need addressing. Software engineering as a field has dealt with these problems for years, and there are phenomenal resources available for reference when creating a new distributed system. Some that we recommend are as follows:

  • Martin Fowler's Patterns of Distributed Systems
  • microservices.io
  • Azure's Cloud Design Patterns