SaaSHub helps you find the best software and product alternatives Learn more →
Dapr Alternatives
Similar projects and alternatives to dapr
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
-
Gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
-
-
-
-
-
keda
KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
-
-
-
-
-
-
tye
Discontinued Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
-
-
-
-
-
camel-k
Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
dapr discussion
dapr reviews and mentions
-
AWS Lambda and NestJS: Communication between services
The approach in this guide is inspired by a past project where I used Dapr with C# microservices. Dapr simplifies the challenges of building microservices. For example, instead of manually setting up communication between services, Dapr provides straightforward methods to do so. This lets developers concentrate on writing the actual functionality without getting bogged down by the technical details of inter-service communication. This Lambda + NestJS communication strategy is deeply inspired by the simplicity and effectiveness of Dapr.
- Creating a Rabbit PubSub client with Dapr
-
Beyond the Cluster: Rethinking Your Kubernetes Platform Strategy
A good example of this approach is Dapr (Distributed Application Runtime), it attempts to solve the developer experience by providing "building block" APIs via sidecars.
-
Dipping into Dapr Agentic Workflows
Since I first laid eyes and hands on Dapr when it was created in 2019, I have been fascinated by the potential of building distributed applications with it. The Dapr team has been working hard to make it easier to build microservices and distributed systems ever since. Workflows had been added with release 1.15 and AI agent support started showing up in spring 2025. When I learned about Dapr workflows and agents on this episode just recently, I wanted to explore how Dapr can be used to create agentic workflows.
-
Using Dapr and OpenTelemetry for Metrics
In modern cloud-native applications, observability isn't optional—it's essential. When building distributed applications with Dapr (Distributed Application Runtime), monitoring becomes even more critical to ensure your services behave as expected. Thankfully, Dapr has built-in support for exposing metrics in Prometheus format, making it straightforward to integrate and monitor your applications.
-
Building immutable collection dynamically in Kotlin
We decided to use Azure Container Apps as a managed Kubernetes platform because it offers everything we need for our project, with acceptable limitations. During the process, we realised that Microsoft includes managed Dapr as part of the service—and we decided to use it. Why? I explain below—and I still don't regret it.
-
Speed Up Microservices Development with Dapr on AWS EK
In this blog, we will explore how the open-source Dapr (Distributed Application Runtime) can assist us in building reliable and secure distributed applications. Dapr provides a set of building blocks for common microservice patterns, such as service invocation (calling services), state management (handling data), and pub/sub messaging (publish/subscribe communication), which can significantly reduce the development effort.
-
Dapr in the cloud with Catalyst public beta
I've been playing with this thing recently called Dapr (you can blame @marcduiker for me finding out about the project).
-
Microservices Architecture Using Azure Container APPS & DAPR & KEDA
In the demo application architecture deployed into Azure Container Apps, we leverage Dapr for its distributed application runtime capabilities. Before diving into Dapr, let's refresh one of the design patterns called the Sidecar pattern, as Dapr is deployed as a sidecar. For more details, you can visit the Dapr website.
-
Platform engineering at KCD Munich
dapr.io project
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Aug 2026
Stats
dapr/dapr is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of dapr is Go.