2 repos
Patterns for decomposing applications into independent, scalable service units.
Distinguishing note: Focuses on the structural decomposition of the platform.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Microservices Architectures. Refine with filters or upvote what's useful.
Rocket.Chat is a self-hosted communication platform designed for organizations to maintain full control over their messaging infrastructure and data. It functions as a scalable collaboration suite that supports growing teams by managing consistent configuration cycles across diverse deployment environments. The platform distinguishes itself through a modular architecture that allows for deep customization of enterprise collaboration workflows. It features a sandboxed application engine that enables developers to build and integrate custom tools and plugins within an isolated environment, ensu
Decomposes the platform into independent, scalable services for high-concurrency workloads.
This project is a comprehensive educational resource focused on the principles, patterns, and trade-offs required to design scalable, reliable, and high-performance distributed systems. It provides a structured curriculum that covers the fundamental architectural strategies necessary for building modern software infrastructure, ranging from high-level system decomposition to low-level networking and data management. The repository distinguishes itself by offering deep dives into complex architectural patterns, such as microservices-based decomposition, event-driven communication, and command-
Applications are structured as a collection of small autonomous services that implement specific business capabilities within bounded contexts.