open-lambda
dapr
Our great sponsors
open-lambda | dapr | |
---|---|---|
1 | 62 | |
823 | 20,758 | |
1.7% | 2.2% | |
8.4 | 9.8 | |
6 days ago | 4 days ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
open-lambda
dapr
-
istributed Application Runtime (Dapr) v1.10 Released
Recently, the Dapr maintainers released V1.10 of Distributed Application Runtime (Dapr), a developer framework for building cloud-native applications, making it easier to run multiple microservices on Kubernetes and interact with external state stores/databases, secret stores, pub/sub-brokers, and other cloud services and self-hosted solutions.
-
Create event-driven applications with Cloudflare queues and Dapr
Dapr, the open-source distributed application runtime, is often used in event-driven applications. Dapr provides a set of standardized API building blocks that simplify microservice development. By using the Bindings building block, developers can use input, and output bindings, and either trigger their apps or invoke other resources without having to learn resource-specific SDKs for these resources. With Dapr release 1.10, a new binding is provided that allows developers to publish messages to Cloudflare Queues. Because of the common set of APIs that Dapr offers, developers from any background can use the binding to publish messages to Cloudflare Queues without needing to know the Cloudflare SDKs or adding that dependency to their codebase.
- What are well-developed web applications in Golang?
- Agnostic Messaging Provider - Azure/Google/AWS
-
my office want to migrate to go programming language, what framework is recommended between chi or fiber?
Fasthttp on which fiber is based has A LOT of drawbacks and I would not recommend for general usage. Among things we found while analyzing it for Dapr: no request-specific context, no HTTP/2 or HTTP/3, almost no support for streaming, and the occasional bug that can’t be figured out.
-
Ask HN: What are some examples of cloud lock-in?
One thing that I've seen work is that if you absolutely require the ability to deploy on-prem then using something like OpenShift/Kubernetes as a primitive can work per the parent.
Even if you rely on streaming like PubSub or Kinesis, the trick is to write interfaces in the application tier that allow for using an on-prem primitive like Kafka and not depending too much on the implementation of that abstraction.
I've been on a platform team that built these primitives into the application layer, e.g. a blob storage interface to access any blob store whether it's on prem NFS, azure, etc. However I'm looking at newer projects like dapr [1] and have taken them for a spin in small projects. Such a project seems like a favorable way to add "platform services" to a non-trivial app while still maintaining a pubsub abstraction that allows for swapping out the physical backend.
[1] https://dapr.io/
-
Gorilla Mux
The full analysis is here, and even though some things are specific to our project, most are generic: https://github.com/dapr/dapr/issues/4979
-
Rust microservices in server-side WebAssembly
Furthermore, microservices are often deployed together with service frameworks. For example, Dapr is a popular runtime framework for microservices. It provides a “sidecar” service for each microservice. The microservice accesses the sidecar via the Dapr API to discover and invoke other services on the network, manage state data, and access message queues.
-
Episode 106: myNewsWrap – SAP and Microsoft
Dapr Runtime v1.9.0
-
Episode 105: myNewsWrap – SAP and Microsoft
It is starting: Dapr WF engine implementation starter
What are some alternatives?
MassTransit - Distributed Application Framework for .NET
tye - 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.
OpenFaaS - OpenFaaS - Serverless Functions Made Simple
camel-k - Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
Nomad - Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
NServiceBus - The most popular service bus for .NET
go-kit - A standard library for microservices.
go-micro - A Go microservices framework
kubernetes - Production-Grade Container Scheduling and Management
NSwag - The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
ts-node - TypeScript execution and REPL for node.js