1 repo
Architectural patterns that decouple application logic from specific infrastructure implementations.
Distinguishing note: None of the candidates were provided; this focuses on the pluggable provider model for infrastructure services.
Explore 1 awesome GitHub repository matching software engineering & architecture · Modular Provider Interfaces. 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
Uses a modular provider model to swap underlying infrastructure services like databases or message brokers without changing application logic.