executable-dist-plugin VS tableflip

Compare executable-dist-plugin vs tableflip and see what are their differences.

executable-dist-plugin

A Gradle plugin which makes distribution zips runnable, as a sort of alternative to an uberjar. A London Beach production :guardsman::palm_tree:. (by vmware-archive)

tableflip

Graceful process restarts in Go (by cloudflare)
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
executable-dist-plugin tableflip
1 2
3 2,738
- 1.3%
10.0 0.0
about 9 years ago 12 months ago
Java Go
BSD 2-clause "Simplified" License BSD 3-clause "New" or "Revised" License
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.

executable-dist-plugin

Posts with mentions or reviews of executable-dist-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-22.
  • The Simplicity of Single-File Golang Deployments
    10 projects | news.ycombinator.com | 22 Mar 2023
    I feel like i'm taking crazy pills (at a low dose) when i read this stuff.

    I deploy Java applications. In a runnable condition, they aren't a single file, but they aren't many - maybe a dozen jars plus some scripts. Our build process puts all that in a tarball. Deployment comprises copying the tarball to the server, then unpacking it [1].

    That is one step more than deploying a single binary, but it's a trivial step, and both steps are done by a release script, so there is a single user-visible step.

    The additional pain associated with deploying a tarball rather than a single binary is negligible. It simply is not worth worrying about [2].

    But Go enjoyers make such a big deal of this single binary! What am i missing?

    Now, this post does talk about Docker. If you use Docker to deploy, then yes, that is more of a headache. But Docker is not the only alternative to a single binary! You can just deploy a tarball!

    [1] We do deploy the JDK separately. We have a script which takes a local path to a JDK tarball and a hostname, and installs the JDK in the right place on the target machine. This is a bit caveman, and it might be better to use something like Ansible, or make custom OS packages for specific JDKs, or even use something like asdf. But we don't need to deploy JDKs very often, so the script works for us.

    [2] Although if you insist, it's pretty easy to make a self-expanding-and-running zip, so you could have a single file if you really want: https://github.com/vmware-archive/executable-dist-plugin

tableflip

Posts with mentions or reviews of tableflip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.

What are some alternatives?

When comparing executable-dist-plugin and tableflip you can also consider the following projects:

bearclaw - tiny static site generator w/ rss

go-reuseport - reuse tcp/udp ports in golang

release.sh - 🚀 A simple bash script for building Go projects for multiple platforms 💻💾

debug - Fork of pkg/debug that adds some additional functionality.

overseer - Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)

Quarkus - Quarkus: Supersonic Subatomic Java.

grace - Graceful restart & zero downtime deploy for Go servers.

httpx - Provides an extended, production-ready HTTP server.