dapr

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. (by dapr)

Dapr Alternatives

Similar projects and alternatives to dapr

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dapr alternative or higher similarity.

dapr discussion

Log in or Post with

dapr reviews and mentions

Posts with mentions or reviews of dapr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-04.
  • Speed Up Microservices Development with Dapr on AWS EK
    6 projects | dev.to | 4 Nov 2024
    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
    3 projects | dev.to | 27 Sep 2024
    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
    1 project | dev.to | 28 Aug 2024
    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
    1 project | dev.to | 9 Aug 2024
    dapr.io project
  • Scaling Sidecars to Zero in Kubernetes
    4 projects | dev.to | 12 Jun 2024
    The sidecar pattern in Kubernetes describes a single pod containing a container in which a main app sits. A helper container (the sidecar) is deployed alongside a main app container within the same pod. This pattern allows each container to focus on a single aspect of the overall functionality, improving the maintainability and scalability of apps deployed in Kubernetes environments. From gathering metrics to connecting to data sources (a la Dapr), sidecars have found a notable place in the cloud-native developer’s toolbox. Sidecars are designed to run alongside your apps continuously and do not scale down to zero. Wouldn't it be great if they did? In this article, we introduce scaling sidecars to zero in Kubernetes.
  • .NET Aspire is the best way to experiment with Dapr during local development
    6 projects | dev.to | 4 May 2024
    Dapr provides a set of building blocks that abstract concepts commonly used in distributed systems. This includes secured synchronous and asynchronous communication between services, caching, workflows, resiliency, secret management and much more. Not having to implement these features yourself eliminates boilerplate, reduce complexity and allows you to focus on developing your business features.
  • Join the Diagrid Catalyst AWS Hackathon!
    2 projects | dev.to | 29 Apr 2024
    Diagrid Catalyst is a Developer API platform providing a brand-new approach to distributed application development. Using the Catalyst APIs, powered by the Dapr open source project, developers can overcome the complexity of rewriting common software patterns and achieve higher productivity by offloading infrastructure concerns from their code to Catalyst.
  • Dapr: Microservices API
    1 project | news.ycombinator.com | 24 Apr 2024
  • Interesting projects using WebAssembly
    4 projects | dev.to | 8 Apr 2024
    The following two examples are open-source projects maintained by Fermyon with contributions from companies like Microsoft and SUSE. The first is Spin, which allows us to use WebAssembly to create Serverless applications. The second, SpinKube, combines some of the topics I'm most excited about these days: WebAssembly and Kubernetes Operators :) The official website says, "By running applications in the Wasm abstraction layer, SpinKube offers developers a more powerful, efficient, and scalable way to optimize application delivery on Kubernetes." By the way, this post shows how to integrate SpinKube with Dapr, another technology I'm very interested in, and I should write some posts soon.
  • The Ambassador Pattern
    1 project | news.ycombinator.com | 25 Nov 2023
    Speaking of this has anyone had much experience with Dapr (https://dapr.io/) before?

    I always thought this was a particularly interesting approach from Microsoft where they use this pattern to essentially take the complexity of micro services and instead try and keep it as simple as a normal .NET application but (and I think this is the clever part) in both a vendor and language neutral way.

    But all of a sudden it means you can start removing all kinds of cruft and random SDKs from your codebase and push almost all of your interactions with the outside world into something like this .

  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic dapr repo stats
86
24,297
9.7
5 days ago

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.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Go is
the 4th most popular programming language
based on number of metions?