dapr
Nomad
Our great sponsors
dapr | Nomad | |
---|---|---|
59 | 77 | |
20,342 | 13,160 | |
1.2% | 1.5% | |
9.5 | 9.9 | |
6 days ago | 6 days ago | |
Go | Go | |
Apache License 2.0 | Mozilla Public 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.
dapr
- 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
-
Practical Azure Container Apps with Dapr
Azure Container Apps is built upon the foundation consisting of open-source technology with CNCF projects like Kubernetes Event-Driven Autoscaling (KEDA), Distributed Application Runtime (Dapr), and Envoy running on the Azure Kubernetes Service (AKS).
-
What is the best microservices framework in Go?
https://github.com/dapr/dapr is cool but not easy to start (may be)
Nomad
-
Running on-premise k8s with a small team: possible or potential nightmare?
[Nomad]
-
To Infinity and Beyond: Our Nomad Migration is complete!
Lob’s core API has been fully migrated to HashiCorp's Nomad, Lob’s Next Generation service platform. This is a major milestone for the Nomad Project, the Platform Team, and Lob Engineering. This migration is the culmination of a year of R&D, months of practice migrating other Lob services, and weeks of work on this particular service. It’s absolutely worth celebrating for the complexity and customer impact.
Most of our API’s migration to Nomad happened in August, but the key feature of autoscaling was not working as expected. This turned out to be a bug in Nomad which James Douglas tracked down. The issue was recently fixed and autoscaling works as expected, completing the migration!
-
Load Balancing avec HAProxy, Nomad et Consul …
Nomad by HashiCorp
-
Jail Manager in 2022?
There's also https://pot.pizzamig.dev/ which even has a Nomad(https://www.nomadproject.io/) driver in case you want to "orchestrate" the jails(as in deploy many jails at the same time across multiple servers)
-
How to Convert Kubernetes Manifests into Nomad Jobspecs
The check stanza runs a health check on the service Since the service is registered to Consul, the health check runs on Consul. The above health check is configured to run every 10 seconds, and is given 5 seconds for the health check query to succeed. Health checks in Nomad are similar to Kubernetes health checks.
-
Opensource Docker Management?
Not sure if it fits here, and might be a little more complex than what you’re looking for, but Nomad is definitely worth a look.
-
What is the best solution to orchestrate Docker containers ?
I'd like to also mention hashicorp nomad + consul. They're worth evaluating.
-
VMware Alternatives?
Hashicorp Nomad
-
Ask HN: How can I calculate CO2 emission of servers/VPS?
We had a hard time finding this data when experimenting with carbon aware scheduling in Nomad. There seem to be a lot of orgs working on this, but it’s all third party as far as I know. I couldn’t find a first party (eg Amazon, Microsoft, Google, etc) that provided this data via an API. Very frustrating.
There are a couple resources linked here: https://github.com/hashicorp/nomad/blob/h-carbon-meta/CARBON...
The silver lining is that the folks who are working in this space are extremely friendly and passionate in my experience. Don’t be scared to “contact sales for an API let.” The few folks I talked to were extremely helpful.
What are some alternatives?
MassTransit - Distributed Application Framework for .NET
k3s - Lightweight Kubernetes
Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
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.
Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io
Docker Compose - Define and run multi-container applications with Docker
OpenFaaS - OpenFaaS - Serverless Functions Made Simple
camel-k - Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
kubernetes - Production-Grade Container Scheduling and Management
SaltStack - Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
go-kit - A standard library for microservices.
podman - Podman: A tool for managing OCI containers and pods.