1 repo
Modular components providing standardized interfaces for common distributed system concerns like state and messaging.
Distinguishing note: Focuses on reusable architectural primitives for distributed systems rather than general-purpose libraries.
Explore 1 awesome GitHub repository matching software engineering & architecture · Distributed Systems Building Blocks. Refine with filters or upvote what's useful.
Dapr is a distributed application runtime that provides a sidecar-based infrastructure layer for building resilient microservices and event-driven applications. By utilizing a sidecar proxy pattern, it abstracts complex infrastructure tasks into standardized, network-accessible APIs, allowing developers to focus on application logic while the runtime handles service discovery, state management, and secure communication. The platform distinguishes itself through a pluggable component architecture and language-agnostic design, enabling services written in any programming language to interact wi
Solve common system challenges by using modular building blocks that provide consistent interfaces for managing application state, messaging, and communication between different services.