crane VS shipit-engine

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

crane

⬆ A GitLab CI ready image to upgrade services in Rancher (by kiwicom)
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
crane shipit-engine
1 5
97 1,392
- 0.2%
0.0 7.7
about 1 year ago 9 days ago
Python 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.

crane

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

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 crane and shipit-engine you can also consider the following projects:

docker-ci-cache - Speed up your Docker-based builds on CircleCI, GitLab CI/CD, and GitHub Actions with Docker Layer Caching and BuildKit

backstage - Backstage is an open platform for building developer portals

riff-raff - The Guardian's deployment platform

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

GitLab-CI-CD - Demos of GitLab CI/CD

teletraan - Teletraan is Pinterest's deploy system.

reliza-cli - CLI to interact with Reliza Hub

aws_lambda_runtime - An AWS Lambda runtime for crystal.

zim - A caching build system for teams using monorepos

orc - Model driven orchestration framework for continuous deployment