shipit-engine VS backstage

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

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
shipit-engine backstage
5 125
1,392 26,383
0.2% 1.4%
7.9 10.0
2 days ago about 18 hours ago
Ruby TypeScript
MIT License Apache License 2.0
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.

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

backstage

Posts with mentions or reviews of backstage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-18.
  • # Enable Developers on SAP BTP with Terraform, GitHub Actions and Backstage
    2 projects | dev.to | 18 Mar 2024
    apiVersion: scaffolder.backstage.io/v1beta3 # https://backstage.io/docs/features/software-catalog/descriptor-format#kind-template kind: Template metadata: name: sample-btpsubaccount-remote-template title: Remote Template for SAP BTP Subaccount Setup description: A remote template that creates a basic SAP BTP Subaccount setup tags: - sap - btp - basic - javascript spec: owner: user:guest type: service
  • APIMatic SDKs in Backstage Developer Portal
    1 project | dev.to | 5 Mar 2024
    Backstage is an open-source platform developed by Spotify for managing the entire lifecycle of developer infrastructure, including services, APIs, documentation, and more. Backstage streamlines the development process through its centralized and customizable platform, offering a unified dashboard that consolidates information on projects, services, and infrastructure. Acting as a service catalog enhances transparency by allowing teams to document and discover internal services easily. Backstage's extensible architecture supports a robust plugin ecosystem, enabling teams to tailor the platform to their specific workflows and preferences. The platform promotes collaboration, accelerates onboarding through standardized documentation, and integrates seamlessly with various DevOps tools.
  • The 2024 Web Hosting Report
    37 projects | dev.to | 20 Feb 2024
    It’s also well understood that having a k8s cluster is not enough to make developers able to host their services - you need a devops team to work with them, using tools like delivery pipelines, Helm, kustomize, infra as code, service mesh, ingress, secrets management, key management - the list goes on! Developer Portals like Backstage, Port and Cortex have started to emerge to help manage some of this complexity.
  • Ask HN: How do you organize software documentation at work?
    4 projects | news.ycombinator.com | 14 Feb 2024
    We use Confluence and markdown files in GitHub. I think we are moving a lot of our docs to Backstage [0] soon.

    One process that ends up being really valuable for documentation purposes is our "Architecture Review Documents". This is a standard document that team leads fill out before starting work on a new Saga/Epic/Feature/whatever. It includes the scope and business value of a new feature or large block of work, high level technical architecture of implementation, the impact on existing database schemas and service APIs, etc. This document is presented in a meeting with technical leadership in our organization who deep dive on the topic and explore potential pitfalls in the plan.

    The document and recording of that meeting live on forever, and this information is very useful when getting acquainted with a certain part of our product/codebase. You are able to read and hear clearly the intention of a certain service or module, and you can identify several relevant points of contact to ask questions to.

    [0] https://backstage.io/

  • Tools used by the top 1% of Platform Engineers and their Commercial Open Source Alternatives
    3 projects | dev.to | 12 Jan 2024
    Check the Backstage repo on GitHub
  • 10 open source tools that platform, SRE and DevOps engineers should consider in 2024.
    5 projects | dev.to | 4 Jan 2024
    Backstage - An open platform for building developer portals. [Internal Developer Portal]
  • Backstage: An open platform for building developer portals
    1 project | news.ycombinator.com | 24 Dec 2023
  • Champion Building - How to successfully adopt a developer tool
    3 projects | dev.to | 11 Dec 2023
    So you've just bought a new platform tool? Maybe it's Hashicorp Vault? Snyk? Backstage? You’re excited about all of the developer experience, security and other benefits you're about to unleash on your company—right? But wait…
  • Terraform Self-Service platform / Internal Developer Platform solutions
    2 projects | /r/devops | 28 Nov 2023
  • Developer productivity for fun and profit - Part 2
    1 project | dev.to | 14 Oct 2023
    The idea is to have a central point where people can find standards, documentation, and designs. The team can do this with a specialized tool like Backstage, Confluence, Github, Google Docs, or some internal implementation. The software is not the most important thing here, but having an easy way to find what is needed for the person to be more productive.

What are some alternatives?

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

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

cookiecutter - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.

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

atlantis - Terraform Pull Request Automation

teletraan - Teletraan is Pinterest's deploy system.

api-management-developer-portal - Developer portal provided by the Azure API Management service.

aws_lambda_runtime - An AWS Lambda runtime for crystal.

C4-PlantUML - C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures

reliza-cli - CLI to interact with Reliza Hub

gitops-flux-helm

riff-raff - The Guardian's deployment platform

Clutch - Fast iOS executable dumper