rivet VS Nomad

Compare rivet vs Nomad and see what are their differences.

rivet

🔩 Open-source solution to deploy, scale, and operate your multiplayer game (by rivet-gg)

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. (by hashicorp)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rivet Nomad
4 97
1,852 14,498
1.7% 0.5%
9.9 9.9
6 days ago 6 days ago
Rust Go
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

rivet

Posts with mentions or reviews of rivet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-14.
  • Show HN: Pico: An open-source Ngrok alternative built for production traffic
    14 projects | news.ycombinator.com | 14 May 2024
    This is very cool! Trying to get it added to awesome-tunneling: https://github.com/anderspitman/awesome-tunneling/pull/149

    Related -- we also built a simple (but not production-grade) tunneling solution just for devving on our open-source project (multiplayer game server management).

    We recently ran in to an issue where we need devs to be able to have a public IP with vanilla TCP+TLS sockets to hack on some parts of our software. I tried Ngrok TCP endpoints, but didn't feel comfortable requiring our maintainers to pay for SaaS just to be able to hack around with our software. Cloudflare Tunnels is awesome if you know what you're doing, but too complicated to set up.

    It works by automating a Terraform plan to (a) set up a remote VM, (b) set up SSH keys, and (c) create a container that uses reverse SSH tunneling to expose a port on the host. We get the benefit of a dedicated IP + any port + no 3rd party vendors for $2.50/mo in your own cloud. All you need is a Linode access token, arguably faster and cheaper than any other reverse tunneling software.

    Source: https://github.com/rivet-gg/rivet/tree/main/infra/dev-tunnel

    Setup guide: https://github.com/rivet-gg/rivet/blob/main/docs/infrastruct...

  • Show HN: Rivet (YC W23) – Open-Source Game Server Management with Nomad and Rust
    5 projects | news.ycombinator.com | 19 Aug 2023
    https://github.com/rivet-gg/rivet/blob/main/docs/infrastruct...

    lists nomad as apache 2.0, when its either MPL or BUSL depending on version.

  • HashiCorp Adopts Business Source License
    25 projects | news.ycombinator.com | 10 Aug 2023
    We built our OSS company (Apache 2.0) with Nomad at its core. We provide game server orchestration with a handful of services around it, which could be misconstrued to be considered providing a "competitive offering to HashiCorp." Needless to say, we'll be freezing our Nomad version at the last MPL version because of how vague the license is (intentionally).

    We also use CockroachDB which uses BSL, but we're not providing a remotely competitive offering.

    I'll likely continue to recommend HashiCorp products (Nomad, Consul, Terraform, and Packer) to anyone who asks my advice, but it's disappointing to hear this change.

    We maintain a rudimentary SBOM for anyone curious: https://github.com/rivet-gg/rivet/blob/main/docs/infrastruct...

Nomad

Posts with mentions or reviews of Nomad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-10.
  • Containers Orchestration and Kubernetes
    2 projects | dev.to | 10 Jun 2024
    Even though this article will be focused on Kubernetes I want to mention that there are multiple container orchestration platforms such as Mesos, Docker Swarm, OpenShift, Rancher, Hashicorp Nomad, etc.
  • How to Deploy Hashicorp Nomad Cluster on Vultr
    1 project | dev.to | 30 May 2024
    Hashicorp Nomad website
  • Ask HN: Are there any open source forks of nomad smd consul?
    9 projects | news.ycombinator.com | 2 May 2024
    Doesn't look like it.

    * https://github.com/hashicorp/nomad/forks

    * https://github.com/search?q=nomad%20fork&type=repositories

    * https://www.google.com/search?q=hashicorp+nomad+forks

    There are products that do similar things of course.

  • IBM Planning to Acquire HashiCorp
    5 projects | news.ycombinator.com | 23 Apr 2024
    I don't have any further insight, but looking at <https://github.com/hashicorp/nomad/forks?include=active&page...> coughed up https://github.com/atlassian/nomad/branches although confusingly it says "updated last week" but browsing any one of the branches seems to be stupid old so I got nothing

    Finding conceptual forks, e.g. $(git push --mirror ...) would be trickier but I bet sourcegraph could do it

    Ultimately, the question boils down to: what risk are you driving down: hitching your wagon to a dead stack, not getting security updates, not getting PRs merged, $other?

  • Running Docker based web applications in Hashicorp Nomad with Traefik Load balancing
    3 projects | dev.to | 15 Mar 2024
    In previous post, we discussed creating a basic Nomad cluster in the Vultr cloud. Here, we will use the cluster created to deploy a load-balanced sample web app using the service discovery capability of Nomad and its native integration with the Traefik load balancer. The source code is available here for the reference.
  • Building HashiCorp Nomad Cluster in Vultr Cloud using Terraform
    2 projects | dev.to | 11 Mar 2024
    Nomad is really awesome!
  • K0s: Kubernetes distro as a single binary with zero host OS dependencies
    1 project | news.ycombinator.com | 1 Jan 2024
    I only heard of this today, but it looks really interesting. It seems to finally get Kubernetes a bit closer to something like https://www.nomadproject.io/ in terms of complexity to install and operate.
  • Embracing Simplicity: The Advantages of Nomad over Kubernetes
    2 projects | dev.to | 16 Dec 2023
    In the rapidly evolving landscape of container orchestration and management, two prominent players have emerged: Kubernetes and HashiCorp's Nomad. While Kubernetes has gained widespread adoption and popularity, Nomad provides a compelling alternative that stands out for its simplicity and efficiency. In this blog post, we'll explore the advantages of using Nomad over Kubernetes and why it might be the right choice for certain use cases.
  • HashiCorp Vault Forked into OpenBao
    8 projects | news.ycombinator.com | 8 Dec 2023
    I can't discern how many are just those "dependabot" bumps but the 1400 forks show some are active https://github.com/hashicorp/nomad/forks?include=active&page... including CircleCI who I would think have a stake in a libre Nomad https://github.com/circleci/nomad/tree/circleci/release-1.5....

    Now maybe their goals don't align with the community, and/or they don't want to be in the maintainer business for such a project, but better than nothing

  • Remote execution of code
    4 projects | /r/Python | 5 Dec 2023
    Could this be a solution? nomad

What are some alternatives?

When comparing rivet and Nomad you can also consider the following projects:

red - Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single ~1MB file!

k3s - Lightweight Kubernetes

delta - C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.

Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

dmd - dmd D Programming Language compiler

Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io

unity-actions - Github actions for testing and building Unity projects

Docker Compose - Define and run multi-container applications with Docker

Vagrant - Vagrant is a tool for building and distributing development environments.

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

microgravity.io - Microgravity.io is a 2D shooter IO game set in space in which you must create a conquering civilization.

podman - Podman: A tool for managing OCI containers and pods.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured