DEV Community

David Tuite for Roadie

Posted on • Updated on • Originally published at roadie.io

Backstage Weekly - 21st Sept. 2020

đź’ˇ Backstage is a CNCF sandbox service catalog project. It helps companies to catalog their microservices and productize their path to production. Each week, we round up the latest Backstage community news.


A hotly anticipated Backstage alpha 22 was released last week.

screenshots of discord messages where people are asking when the new release will be ready

A “single pane of glass” view for services is a core part of the vision for Backstage. Instead of hopping between disparate tools, engineers and operators should be able to quickly search a catalog to find all the info they need.

Alpha 22 is important because it reveals some of this core power.

You can now go from viewing all the services your company runs on the service catalog...

a list of services in the Backstage service catalog

…to viewing the latest builds for a specific service…

a list of builds for a sample service rendered in Backstage. They are pulled from the GitHub actions API

… to viewing its production errors from Sentry…

a list of errors for the sample service. They come from the Sentry API and are rendered in Backstage

… or full API docs if you were thinking about integrating with it…

API docs for the sample service as they appear in Backstage

These features are still in the early stages of development, and they’re certainly rough around the edges, but the framework is there and it’s starting to become real.

I’m excited!

Merged last week...

59 pull requests have been merged to Backstage in the last week. It’s worth noting that the 3 largest pull requests were contributed by the community, rather than the Backstage core team. Backstage is getting some serious love.

Here are the highlights…

  1. Andrew Thauer (Wealthsimple) added support for GraphQL API types. #2088
  2. Björn Marschollek (Personio HR, ex. Skyscanner) added support for GitLab in the scaffolder. GitLab users can now template new services via the Backstage interface. #2426
  3. Jesse Johnson (Booz Allen) is a documentation hero ♥️ who added 700 lines of quickstart tutorials to the Backstage website. #2435

Top comments (0)