reliza-cli VS shipit-engine

Compare reliza-cli vs shipit-engine and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
reliza-cli shipit-engine
10 5
5 1,392
- 0.6%
6.8 7.7
8 days ago 6 days ago
Go Ruby
MIT License MIT 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.

reliza-cli

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

shipit-engine

Posts with mentions or reviews of shipit-engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-10.
  • What are you allowed to put into your personal github, from a job?
    1 project | /r/cscareerquestions | 6 Dec 2023
    For example: shipit was a homebrew deployment system Shopify made, and they open-sourced it because there's nothing about how they ship their code that's a trade secret or worth hiding.
  • Faster Ruby: Thoughts from the Outside
    4 projects | news.ycombinator.com | 10 Aug 2022
    > Usually that was in the form of long-running network calls.

    That's why doing a network call to another service in the middle of a request is pretty much banned from the monolith. Anything that doesn't have a strict SLO is done from background jobs that can take longer, be retried etc.

    Now you mention FedEx so I presume you were working on the shipping service, which by essence is kind of an API bridge so it's probably why it was deemed acceptable there, but that's far cry from what a typical Rails app look like, except maybe in companies that do a lot of micro-services and are forced to do inline requests.

    > that's not a use case that Ruby/Rails are built to elegantly handle.

    I'd argue the contrary, the elegant way to handle this is to perform these calls from background jobs. Look at shipit [0] for instance, it's syncing with the GitHub API constantly but doesn't do a single API call from inside a request cycle, every single API call is handled asynchronously from background jobs.

    [0] https://github.com/Shopify/shipit-engine/

  • Ask HN: What are some open-source continuous deployment tools?
    2 projects | news.ycombinator.com | 25 Oct 2021
    My team is evaluating different deployment tools to replace our homegrown solution.

    There are plenty of continuous integration tools (GitHub Actions, CircleCi, etc.), but adding deployment aware logic like canary deployments and having an audit log of deploys requires adding lots of code which I'd rather not maintain.

    I'm looking for tools focused on code deployment. A quick search turned up shipit (https://github.com/Shopify/shipit-engine) and teletraan (https://github.com/pinterest/teletraan).

    Are there other open-source deployment tools like those projects?

  • Launch HN: MergeQueue (YC S21) – Automate rebasing and merging for your codebase
    2 projects | news.ycombinator.com | 16 Jul 2021
  • Ask HN: How do you keep track of releases/deployments of dozens micro-services?
    12 projects | news.ycombinator.com | 20 Apr 2021

What are some alternatives?

When comparing reliza-cli and shipit-engine you can also consider the following projects:

argocd-image-updater - Automatic container image update for Argo CD

backstage - Backstage is an open platform for building developer portals

flux2-kustomize-helm-example - A GitOps workflow example for multi-env deployments with Flux, Kustomize and Helm.

crane - ⬆ A GitLab CI ready image to upgrade services in Rancher

DevOpsMetrics - A project to extract and process high performing DevOps metrics (DORA) from GitHub and Azure DevOps

bors-ng - 👁 A merge bot for GitHub Pull Requests

teletraan - Teletraan is Pinterest's deploy system.

flux2-multi-tenancy - Manage multi-tenant clusters with Flux

aws_lambda_runtime - An AWS Lambda runtime for crystal.

zim - A caching build system for teams using monorepos

riff-raff - The Guardian's deployment platform