Merge branch 'master' into runtime-module-federation-enablement

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-12 23:46:00 +01:00
1674 changed files with 91852 additions and 34676 deletions
@@ -39,7 +39,7 @@ On top of that, we have found that the service catalog is a great way to organis
![img](assets/20-05-20/tabs.png)
More concretely, having this structure in place will allow plugins such as [CircleCI](https://github.com/backstage/backstage/tree/master/plugins/circleci) to show only the builds for the specific service you are viewing, or a [Spinnaker](https://github.com/backstage/backstage/issues/631) plugin to show running deployments, or an Open API plugin to [show documentation](https://github.com/backstage/backstage/issues/627) for endpoints exposed by the service, or the [Lighthouse](https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse) plugin to show audit reports for your website. You get the point.
More concretely, having this structure in place will allow plugins such as [CircleCI](https://github.com/CircleCI-Public/backstage-plugin/tree/main/plugins/circleci) to show only the builds for the specific service you are viewing, or a [Spinnaker](https://github.com/backstage/backstage/issues/631) plugin to show running deployments, or an Open API plugin to [show documentation](https://github.com/backstage/backstage/issues/627) for endpoints exposed by the service, or the [Lighthouse](https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse) plugin to show audit reports for your website. You get the point.
## Timeline
@@ -51,4 +51,4 @@ As with most alpha releases, you should expect things to change quite a lot unti
If you have feedback or questions, please open a [GitHub issue](https://github.com/backstage/backstage/issues), ping us on [Discord chat](https://discord.gg/backstage-687207715902193673) or send us an email at [backstage-interest@spotify.com](mailto:backstage-interest@spotify.com) 🙏
To get regular product updates and news about the Backstage community, sign up for the [Backstage newsletter](https://info.backstage.spotify.com/newsletter_subscribe).
To get regular product updates and news about the Backstage community, sign up for the [Backstage newsletter](https://spoti.fi/backstagenewsletter).
@@ -75,4 +75,4 @@ We have learned that one of the keys to getting these standards adopted is to ke
If you have feedback or questions, please open a [GitHub issue](https://github.com/backstage/backstage/issues), ping us on [Discord chat](https://discord.gg/backstage-687207715902193673) or send us an email at [backstage-interest@spotify.com](mailto:backstage-interest@spotify.com) 🙏
To get regular product updates and news about the Backstage community, sign up for the [Backstage newsletter](https://info.backstage.spotify.com/newsletter_subscribe).
To get regular product updates and news about the Backstage community, sign up for the [Backstage newsletter](https://spoti.fi/backstagenewsletter).
@@ -18,4 +18,4 @@ The Backstage community is healthy and growing quickly. Over [130 people](https:
Were excited to embark on this journey with the CNCF community. Theres so much great tech being built here, and its about time we share it to build even greater products, together. Entering into the CNCF Sandbox is just the first step. We are committed to working with the community to bring Backstage through the Incubation step, and finally all the way to becoming a Graduated, top-level project.
Thanks to everyone for your support so far. We hope you [join us](https://info.backstage.spotify.com/newsletter_subscribe) in this next chapter of Backstage's journey. If you have questions or feedback, feel free to [email](mailto:backstage-interest@spotify.com) me directly.
Thanks to everyone for your support so far. We hope you [join us](https://spoti.fi/backstagenewsletter) in this next chapter of Backstage's journey. If you have questions or feedback, feel free to [email](mailto:backstage-interest@spotify.com) me directly.
@@ -49,7 +49,7 @@ Weve launched a new website at: [backstage.spotify.com](https://backstage.spo
Youll find a high-level introduction to the platform, tips and tricks tested by Spotify to accelerate developer effectiveness, and access to a group of partners that have scaled Backstage for numerous adopters. You can also use the site to book product overviews, demos, and technical deep dives with members of the Spotify team.
We will continue to post important product announcements, technical documentation, feature demos, and community news here on Backstage.io. ([Subscribe to the newsletter](https://info.backstage.spotify.com/newsletter_subscribe) to stay up to date.) And both contributors and adopting companies can continue to find around-the-clock/around-the-world technical support on [GitHub](https://github.com/backstage/backstage) and [Discord](https://discord.gg/backstage-687207715902193673).
We will continue to post important product announcements, technical documentation, feature demos, and community news here on Backstage.io. ([Subscribe to the newsletter](https://spoti.fi/backstagenewsletter) to stay up to date.) And both contributors and adopting companies can continue to find around-the-clock/around-the-world technical support on [GitHub](https://github.com/backstage/backstage) and [Discord](https://discord.gg/backstage-687207715902193673).
## Separate community sessions for adopters and contributors
@@ -41,5 +41,5 @@ If you are a Backstage enthusiast, please [join me][news] and the entire Backsta
[da]: https://medium.com/dazn-tech/developer-experience-dx-at-dazn-e6de9a0208d2
[ex]: https://backstage.spotify.com/blog/community-session/firehydrant-expedia-loblaw/
[plugins]: https://backstage.io/plugins
[news]: https://info.backstage.spotify.com/newsletter_subscribe
[news]: https://spoti.fi/backstagenewsletter
[gh]: https://github.com/backstage/backstage/blob/master/ADOPTERS.md
@@ -16,7 +16,7 @@ Data is transformed into entities via what is known as the ingestion and process
## Entity Providers
Backstage offers what are known as [entity providers](https://backstage.io/docs/features/software-catalog/life-of-an-entity) as a means for ingesting the raw data into the pipeline and transforming them into Backstage entities. For example, Backstage comes with a [GitHub Entity Provider](https://backstage.io/docs/reference/plugin-catalog-backend-module-github) that finds all catalog-info.yaml files in GitHub repositories. The processing loop transforms them into Backstage entities and subsequently persists them to the software catalog.
Backstage offers what are known as [entity providers](https://backstage.io/docs/features/software-catalog/life-of-an-entity) as a means for ingesting the raw data into the pipeline and transforming them into Backstage entities. For example, Backstage comes with a [GitHub Entity Provider](https://backstage.io/api/stable/modules/_backstage_plugin-catalog-backend-module-github.html) that finds all catalog-info.yaml files in GitHub repositories. The processing loop transforms them into Backstage entities and subsequently persists them to the software catalog.
Entity providers are a relatively new abstraction and the recommended way to ingest data into the catalog. The Backstage catalog engine starts each registered entity provider, which connects to its data source (e.g., the GitHub Entity Provider connects to GitHub). The entity provider will query the external data source and convert the data into the entity format. Finally, the entity provider issues what is known as a mutation to the catalog engine. A mutation is a signal from the entity provider to the catalog engine that entities are available to be processed and stored.
@@ -61,7 +61,7 @@ My goal has changed from being a contributor to being the driver, i.e., from doi
At Spotify, we expect engineers to use technologies approved by our [Tech Radar](https://backstage.io/blog/2020/05/14/tech-radar-plugin/#what-is-tech-radar) and follow the best quality standards.
To do so, we use a plugin called [Scaffolder](https://backstage.io/docs/reference/plugin-scaffolder) (aka Software Templates), which allows engineers to create templates for setting up new projects. Templates automate actions such as creating repositories, allocating resources, registering in the catalog, configuring deployments, and connecting to other internal systems.
To do so, we use a plugin called [Scaffolder](https://backstage.io/api/stable/modules/_backstage_plugin-scaffolder.html) (aka Software Templates), which allows engineers to create templates for setting up new projects. Templates automate actions such as creating repositories, allocating resources, registering in the catalog, configuring deployments, and connecting to other internal systems.
> **Reflection:**<br/>_“Do you need to create a ticket to get these things done before you even start coding? And is there a lot of time spent looking for boilerplate code to start a new project and connecting it to other internal systems?"_
@@ -1,6 +1,6 @@
---
title: 'Migrating legacy services to a modern developer portal: A technical guide to Backstage integration'
author: Damola Obaleke
author: Damola Obaleke, The New York Times
authorURL: https://github.com/damolaobaleke
authorImageURL: https://avatars.githubusercontent.com/u/45045727?v=4
---
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 224 KiB

@@ -5,5 +5,6 @@ authorUrl: https://josie.lol
category: Monitoring
description: Track usage of your Backstage instance using generic POST endpoints.
documentation: https://github.com/pfeifferj/backstage-plugin-analytics-generic/blob/main/README.md
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@pfeifferj/backstage-plugin-analytics-generic'
addedDate: '2024-08-23'
+1
View File
@@ -7,3 +7,4 @@ description: API Linter is a quality assurance tool that checks the compliance o
documentation: https://github.com/zalando/backstage-plugin-api-linter
iconUrl: https://raw.githubusercontent.com/zalando/zally/main/logo.png
npmPackageName: backstage-plugin-api-linter
addedDate: '2022-07-22'
+10
View File
@@ -0,0 +1,10 @@
---
title: Apiiro
author: Apiiro
authorUrl: https://apiiro.com/
category: Security
description: View your Apiiro Repository Risk Profile in Backstage
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/apiiro/plugins/apiiro/README.md
iconUrl: https://avatars.githubusercontent.com/u/48519090
npmPackageName: '@backstage-community/plugin-apiiro'
addedDate: '2026-01-27'
-3
View File
@@ -7,7 +7,4 @@ description: View Argo CD status for your projects in Backstage.
documentation: https://roadie.io/backstage/plugins/argo-cd/?utm_source=backstage.io&utm_medium=marketplace&utm_campaign=argo-cd
iconUrl: https://roadie.io/images/logos/argo.png
npmPackageName: '@roadiehq/backstage-plugin-argo-cd'
tags:
- cd
- ci
addedDate: '2021-04-20'
@@ -1,10 +0,0 @@
---
title: Harmonix on AWS
author: Amazon Web Services
authorUrl: https://aws.amazon.com/
category: Infrastructure
description: Harmonix allows customers to build and manage AWS Apps & Environments within Backstage
documentation: https://harmonixonaws.io
iconUrl: https://github.com/awslabs/harmonix/blob/main/docs/images/harmonix-white.png?raw=true
npmPackageName: '@aws/plugin-aws-apps-for-backstage'
addedDate: '2023-05-10'
@@ -5,5 +5,6 @@ authorUrl: https://vipps.no
category: Infrastructure
description: A plugin showing Azure resource groups and security recommendations in relation to an entity in the catalog.
documentation: https://github.com/vippsas/backstage-azure-resource-frontend
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@vippsno/plugin-azure-resources'
addedDate: '2022-09-05'
+1
View File
@@ -5,5 +5,6 @@ authorUrl: https://friss.com
category: Infrastructure
description: Azure Sites (Apps & Functions) support for a given entity. View the current status of the site, quickly jump to site's Overview page, or Log Stream page.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/azure-sites/plugins/azure-sites
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@backstage-community/plugin-azure-sites'
addedDate: '2022-10-18'
@@ -7,8 +7,4 @@ description: Explore Azure Storage Blobs in Backstage.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/azure-storage-explorer/plugins/azure-storage
iconUrl: /img/azure-storage-folder.png
npmPackageName: '@backstage-community/plugin-azure-storage-explorer'
tags:
- Azure
- Azure Storage
- Infrastructure
addedDate: '2023-12-01'
-2
View File
@@ -7,6 +7,4 @@ description: BlackDuck scanned vulnerabilities in Backstage.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/blackduck/plugins/blackduck
iconUrl: https://avatars.githubusercontent.com/u/431461?s=200&v=4
npmPackageName: '@backstage-community/plugin-blackduck'
tags:
- security
addedDate: '2022-12-03'
@@ -7,9 +7,4 @@ description: Discover and manage contracts, multisigs and their access control p
documentation: https://github.com/aurora-is-near/backstage-plugin-blockchainradar
iconUrl: https://raw.githubusercontent.com/aurora-is-near/backstage-plugin-blockchainradar/main/docs/imgs/signs/sign-green.svg
npmPackageName: '@aurora-is-near/backstage-plugin-blockchainradar-backend'
tags:
- security
- monitoring
- blockchain
- alerting
addedDate: '2023-08-31'
@@ -7,10 +7,4 @@ description: Import your Infrastructure from GCP into Backstage as Resource Enti
documentation: https://github.com/backtostage/backstage-plugins/blob/main/plugins/catalog-backend-module-gcp/README.md
iconUrl: https://avatars1.githubusercontent.com/u/2810941?s=280&v=4
npmPackageName: '@backtostage/plugin-catalog-backend-module-gcp'
tags:
- cloud
- project
- resources
- gcp
- cloudsql
addedDate: '2024-08-01'
@@ -7,7 +7,4 @@ description: Import nodes from PuppetDB into Backstage as Resource Entities
documentation: https://github.com/backstage/backstage/blob/master/plugins/catalog-backend-module-puppetdb/README.md
iconUrl: /img/puppet.png
npmPackageName: '@backstage/plugin-catalog-backend-module-puppetdb'
tags:
- puppet
- puppetdb
addedDate: '2023-02-06'
@@ -7,7 +7,4 @@ description: Visualize CI/CD pipeline statistics such as build time or success a
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cicd-statistics/plugins/cicd-statistics
iconUrl: /img/cicd-statistics.svg
npmPackageName: '@backstage-community/plugin-cicd-statistics'
tags:
- ci
- cd
addedDate: '2022-01-13'
-3
View File
@@ -7,7 +7,4 @@ description: Automate your development process with CI hosted in the cloud or on
documentation: https://github.com/CircleCI-Public/backstage-plugin/tree/main/plugins/circleci
iconUrl: /img/circleci.png
npmPackageName: '@circleci/backstage-plugin'
tags:
- ci
- cd
addedDate: '2021-04-28'
-4
View File
@@ -7,8 +7,4 @@ description: Build, test, and deploy on Google's serverless CI/CD platform.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cloudbuild/plugins/cloudbuild
iconUrl: https://avatars2.githubusercontent.com/u/38220399?s=400&v=4
npmPackageName: '@backstage-community/plugin-cloudbuild'
tags:
- ci
- cd
- test
addedDate: '2021-01-20'
@@ -7,10 +7,4 @@ description: View your cloud carbon footprint by estimating energy use (kilowatt
documentation: https://github.com/cloud-carbon-footprint/ccf-backstage-plugin/blob/trunk/README.md
iconUrl: https://www.cloudcarbonfootprint.org/img/logo.png
npmPackageName: '@cloud-carbon-footprint/backstage-plugin-frontend'
tags:
- sustainability
- cloud
- climate
- carbon-emissions
- carbon-footprint
addedDate: '2022-05-03'
-6
View File
@@ -7,10 +7,4 @@ description: Show Cloudsmith Repository stats, Quota, Audit logs and Security sc
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/tree/main/plugins/frontend/backstage-plugin-cloudsmith
iconUrl: https://cloudsmith.com/img/cloudsmith-mini-dark.svg
npmPackageName: '@roadiehq/backstage-plugin-cloudsmith'
tags:
- dashboards
- monitoring
- audit logs
- security scanning
- usage
addedDate: '2022-11-18'
-4
View File
@@ -7,8 +7,4 @@ description: Grade the quality of your Backstage services using Scorecards. Auto
documentation: https://github.com/cortexapps/backstage-plugin
iconUrl: /img/cortex.png
npmPackageName: '@cortexapps/backstage-plugin'
tags:
- web
- monitoring
- sre
addedDate: '2021-06-03'
@@ -7,6 +7,4 @@ description: Visualize, understand and optimize your team's cloud costs.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights
iconUrl: /img/cost-insights.png
npmPackageName: '@backstage-community/plugin-cost-insights'
tags:
- web
addedDate: '2021-04-28'
@@ -7,8 +7,4 @@ description: Manage Cyclops Modules through Backstage catalog
documentation: https://github.com/cyclops-ui/backstage-plugins#readme
iconUrl: /img/cyclops.svg
npmPackageName: '@cyclopsui/backstage-plugin-cyclops-modules'
tags:
- Kubernetes
- Productivity
- Delivery
addedDate: '2024-01-02'
-4
View File
@@ -7,8 +7,4 @@ description: Open Source Development Environment Manager
documentation: https://github.com/daytonaio/backstage-plugins/tree/main/plugins/daytona
iconUrl: /img/daytona.svg
npmPackageName: '@daytonaio/backstage-plugin-daytona'
tags:
- Development
- Tools
- Productivity
addedDate: '2024-11-02'
+1 -3
View File
@@ -5,8 +5,6 @@ authorUrl: https://github.com/IIBenII
category: Discovery
description: View dbt models and tests documentation.
documentation: https://github.com/IIBenII/backstage-plugin-dbt
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@iiben_orgii/backstage-plugin-dbt'
tags:
- dbt
- doc
addedDate: '2023-04-27'
@@ -7,3 +7,4 @@ description: Plugin for extracting metrics and findings from OWASP's Dependencyt
documentation: https://github.com/TRIMM/plugin-dependencytrack/blob/main/README.md
iconUrl: https://avatars.githubusercontent.com/u/40258585?s=200&v=4
npmPackageName: '@trimm/plugin-dependencytrack'
addedDate: '2022-09-06'
@@ -7,7 +7,4 @@ description: The plugin offers integration with Digital.ai Deploy and backstage
documentation: https://docs.digital.ai/deploy/docs/concept/xl-deploy-backstage-overview
iconUrl: /img/digital.ai-deploy.svg
npmPackageName: '@digital-ai/plugin-dai-deploy'
tags:
- ci
- cd
addedDate: '2024-05-06'
@@ -7,12 +7,4 @@ description: The plugin offers integration with Digital.ai Release and backstage
documentation: https://docs.digital.ai/release/docs/concept/release-backstage-overview
iconUrl: /img/digital.ai-release.svg
npmPackageName: '@digital-ai/plugin-dai-release'
tags:
- ci
- cd
- release
- orchestration
- devops
- pipeline
- automation
addedDate: '2024-05-28'
+1 -1
View File
@@ -7,4 +7,4 @@ description: 'Creates a list of docker tags based on hub.docker.com'
documentation: 'https://github.com/Work-m8/backstage-docker-plugin/blob/main/README.md'
iconUrl: 'https://raw.githubusercontent.com/Work-m8/.github/main/profile/wm_logo.png'
npmPackageName: '@workm8/backstage-docker-tags'
addedDate: '2023-24-10'
addedDate: '2023-10-24'
@@ -0,0 +1,9 @@
---
title: DORA Metrics Scorecard
author: zc149
authorUrl: https://github.com/zc149
category: Monitoring
description: Track and visualize DORA (DevOps Research and Assessment) metrics with automated data collection from GitHub. Displays Deployment Frequency, Lead Time, Change Failure Rate, and MTTR with performance tier classification.
documentation: https://github.com/zc149/backstage-plugin-dora-scorecard
npmPackageName: '@jikwan/backstage-plugin-dora-scorecard'
addedDate: '2025-12-29'
@@ -7,10 +7,4 @@ description: View problem and synthetic information for services in your softwar
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/dynatrace/plugins/dynatrace
iconUrl: /img/dynatrace.svg
npmPackageName: '@backstage-community/plugin-dynatrace'
tags:
- monitoring
- observability
- alerting
- problem
- synthetic
addedDate: '2022-06-23'
-5
View File
@@ -7,9 +7,4 @@ description: Provide customizable context-rich observability and security insigh
documentation: https://github.com/Dynatrace/backstage-plugin
iconUrl: /img/dynatrace.svg
npmPackageName: '@dynatrace/backstage-plugin-dql'
tags:
- monitoring
- observability
- security
- problem
addedDate: '2024-03-22'
-4
View File
@@ -7,8 +7,4 @@ description: Create, list and manage your Google Cloud Projects.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gcp-projects/plugins/gcp-projects
iconUrl: https://avatars1.githubusercontent.com/u/2810941?s=280&v=4
npmPackageName: '@backstage-community/plugin-gcp-projects'
tags:
- cloud
- project
- resources
addedDate: '2021-01-20'
@@ -7,8 +7,4 @@ description: GitHub Actions makes it easy to automate all your software workflow
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/github-actions/plugins/github-actions
iconUrl: https://avatars2.githubusercontent.com/u/44036562?s=400&v=4
npmPackageName: '@backstage-community/plugin-github-actions'
tags:
- ci
- cd
- github
addedDate: '2021-01-20'
@@ -7,9 +7,4 @@ description: Integrates GitHub Codespaces for a Backstage component with the Aut
documentation: https://github.com/adityasinghal26/backstage-plugins/tree/main/plugins/github-codespaces
iconUrl: https://avatars.githubusercontent.com/u/9919?s=200&v=4
npmPackageName: '@adityasinghal26/plugin-github-codespaces'
tags:
- github
- codespaces
- development
- devcontainers
addedDate: '2023-12-30'
@@ -7,9 +7,4 @@ description: The Github Workflows plugin provides an alternative for manually tr
documentation: https://platform.vee.codes/plugin/github-workflows/
iconUrl: https://veecode-platform.github.io/support/imgs/logo_2.svg
npmPackageName: '@veecode-platform/backstage-plugin-github-workflows'
tags:
- ci
- cd
- github
- workflows
addedDate: '2023-09-12'
@@ -7,10 +7,4 @@ description: The Gitlab pipelines plugin integrates GitlabCi with its backstage
documentation: https://platform.vee.codes/plugin/gitlab-pipelines/
iconUrl: https://veecode-platform.github.io/support/imgs/logo_1.svg
npmPackageName: '@veecode-platform/backstage-plugin-gitlab-pipelines'
tags:
- ci
- cd
- gitlabCi
- pipelines
- jobs
addedDate: '2023-09-27'
-4
View File
@@ -7,8 +7,4 @@ description: View GitLab pipelines, merge requests, languages and contributors.
documentation: https://github.com/immobiliare/backstage-plugin-gitlab
iconUrl: https://about.gitlab.com/images/press/logo/png/gitlab-icon-rgb.png
npmPackageName: '@immobiliarelabs/backstage-plugin-gitlab'
tags:
- ci
- cd
- gitlab
addedDate: '2021-08-17'
+1 -5
View File
@@ -5,10 +5,6 @@ authorUrl: https://www.weave.works/
category: Kubernetes
description: Create GitOps-managed Kubernetes clusters. Currently, it supports provisioning EKS clusters on GitHub via GitHub Actions.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gitops-profiles/plugins/gitops-profiles
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@backstage-community/plugin-gitops-profiles'
tags:
- kubernetes
- gitops
- github
- eks
addedDate: '2020-11-03'
-3
View File
@@ -7,7 +7,4 @@ description: GoCD is an open-source tool which is used in software development t
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/gocd/plugins/gocd
iconUrl: https://www.gocd.org/assets/images/go_logo-5b5ca9e1.svg
npmPackageName: '@backstage-community/plugin-gocd'
tags:
- ci
- cd
addedDate: '2022-01-15'
-4
View File
@@ -7,8 +7,4 @@ description: Associate alerts and dashboards to components.
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/grafana/plugins/grafana/docs/index.md
iconUrl: https://avatars.githubusercontent.com/u/7195757?s=200&v=4
npmPackageName: '@backstage-community/plugin-grafana'
tags:
- dashboards
- monitoring
- alerting
addedDate: '2021-10-11'
-3
View File
@@ -7,7 +7,4 @@ description: Integrates GraphiQL as a tool to browse GraphQL API endpoints insid
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphiql/plugins/graphiql
iconUrl: https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/GraphQL_Logo.svg/1024px-GraphQL_Logo.svg.png
npmPackageName: '@backstage-community/plugin-graphiql'
tags:
- graphql
- graphiql
addedDate: '2020-11-03'
@@ -7,8 +7,4 @@ description: Adds the GraphQL Endpoint to Backstage Catalog as a plugin.
documentation: https://github.com/thefrontside/playhouse/blob/main/plugins/graphql-backend/README.md
iconUrl: https://raw.githubusercontent.com/thefrontside/frontside.com/production/legacy/src/img/frontside-logo.png
npmPackageName: '@frontside/backstage-plugin-graphql-backend'
tags:
- graphql
- catalog
- graphql-catalog
addedDate: '2024-05-01'
@@ -7,7 +7,4 @@ description: Integrates the GraphQL Voyager tool inside Backstage as a plugin.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/graphql-voyager/plugins/graphql-voyager
iconUrl: https://res.cloudinary.com/apideck/image/upload/v1612724234/icons/graphql-voyager.png
npmPackageName: '@backstage-community/plugin-graphql-voyager'
tags:
- graphql
- graphql-voyager
addedDate: '2023-01-27'
-4
View File
@@ -7,8 +7,4 @@ description: The processor generates a Gravatar URL for each user based on their
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/backend/catalog-backend-module-gravatar/README.md
iconUrl: https://gravatar.com/avatar/gravatar
npmPackageName: '@roadiehq/catalog-backend-module-gravatar'
tags:
- gravatar
- catalog
- processor
addedDate: '2024-08-26'
-4
View File
@@ -7,8 +7,4 @@ description: This plugin will show you information about Docker images within th
documentation: https://github.com/BESTSELLER/backstage-plugin-harbor/blob/master/README.md
iconUrl: https://raw.githubusercontent.com/cncf/artwork/master/projects/harbor/icon/color/harbor-icon-color.svg
npmPackageName: '@bestsellerit/backstage-plugin-harbor'
tags:
- goharbor
- harbor
- docker
addedDate: '2022-06-23'
-2
View File
@@ -6,6 +6,4 @@ description: This plugin helps you to manage and optimize cloud costs using Harn
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-ccm
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-harness-ccm'
tags:
- finops
addedDate: '2024-09-27'
@@ -6,6 +6,4 @@ description: This plugin lets you view the status of Harness Chaos Engineering R
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-chaos
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-harness-chaos'
tags:
- resiliency
addedDate: '2024-06-25'
@@ -7,7 +7,4 @@ description: This plugin lets you view Harness pipeline execution details inside
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-ci-cd
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-ci-cd'
tags:
- ci
- cd
addedDate: '2022-12-08'
@@ -7,6 +7,4 @@ description: This plugin lets you view Harness Feature Flags created in your pro
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-feature-flags
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-feature-flags'
tags:
- feature-flags
addedDate: '2023-03-01'
-3
View File
@@ -7,7 +7,4 @@ description: This plugin provides an overview of all the resources provisioned t
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-iacm#harness-iacm-plugin
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-harness-iacm'
tags:
- infrastructure-as-code
- resource-management
addedDate: '2024-07-03'
-4
View File
@@ -7,8 +7,4 @@ description: This plugin tracks the defined SLOs and Error Budgets for your Moni
documentation: https://github.com/harness/backstage-plugins/tree/main/plugins/harness-srm
iconUrl: https://static.harness.io/ng-static/images/favicon.png
npmPackageName: '@harnessio/backstage-plugin-harness-srm'
tags:
- service-reliability-management
- slo
- sli
addedDate: '2023-11-17'
-4
View File
@@ -7,8 +7,4 @@ description: hoop.dev is a cloud-native ssh implementation that lets you edit co
documentation: https://github.com/hoophq/backstage-plugin
iconUrl: https://avatars.githubusercontent.com/u/113131551?s=200&v=4
npmPackageName: '@hoophq/backstage-plugin'
tags:
- cloud-native ssh
- monitoring
- redact
addedDate: '2022-12-20'
@@ -7,6 +7,4 @@ description: Bring IBM APIC to Backstage.
documentation: https://github.com/croz-ltd/apic-backend-plugin?utm_source=backstage.io&utm_medium=marketplace&utm_campaign=backstage-ibm-apic-backend
iconUrl: https://croz.net/app/uploads/2024/05/apple-touch-icon.png
npmPackageName: '@croz/plugin-ibm-apic-backend'
tags:
- openapic
addedDate: '2024-03-01'
-6
View File
@@ -7,10 +7,4 @@ description: iLert is a platform for alerting, on-call management and uptime mon
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/ilert/plugins/ilert
iconUrl: https://avatars.githubusercontent.com/u/13230510?s=200&v=4
npmPackageName: '@backstage-community/plugin-ilert'
tags:
- monitoring
- errors
- alerting
- uptime
- on-call
addedDate: '2021-04-20'
-5
View File
@@ -7,9 +7,4 @@ description: The Infracost plug-in works in conjunction with terraform and provi
documentation: https://platform.vee.codes/plugin/Infracost
iconUrl: https://veecode-platform.github.io/support/imgs/logo_5.svg
npmPackageName: '@veecode-platform/backstage-plugin-infracost'
tags:
- finops
- infracost
- estimate
- terraform
addedDate: '2024-07-25'
-4
View File
@@ -7,8 +7,4 @@ description: Control your cloud costs just in the way how you control your bank
documentation: https://github.com/electrolux-oss/infrawallet/blob/main/README.md
iconUrl: /img/infrawallet-logo.png
npmPackageName: '@electrolux-oss/plugin-infrawallet'
tags:
- finops
- cost
- infrastructure
addedDate: '2024-06-03'
@@ -7,8 +7,4 @@ description: View Jaeger traces and trace details in Backstage components.
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/jaeger/plugins/jaeger/README.md
iconUrl: https://avatars.githubusercontent.com/u/28545596?s=200&v=4
npmPackageName: '@backstage-community/plugin-jaeger'
tags:
- monitoring
- tracing
- observability
addedDate: '2024-12-21'
@@ -8,5 +8,3 @@ documentation: https://github.com/backstage/community-plugins/tree/main/workspac
iconUrl: /img/jenkins.png
npmPackageName: '@backstage-community/plugin-scaffolder-backend-module-jenkins'
addedDate: '2024-12-06'
tags:
- Scaffolder
-3
View File
@@ -7,7 +7,4 @@ description: Jenkins offers a simple way to set up a continuous integration and
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/jenkins/plugins/jenkins
iconUrl: https://img.icons8.com/color/1600/jenkins.png
npmPackageName: '@backstage-community/plugin-jenkins'
tags:
- ci
- cd
addedDate: '2021-01-20'
-2
View File
@@ -7,6 +7,4 @@ description: Observability for Apache Kafka clusters and async API of components
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/kafka/plugins/kafka
iconUrl: https://kafka.apache.org/images/apache-kafka.png
npmPackageName: '@backstage-community/plugin-kafka'
tags:
- monitoring
addedDate: '2021-01-21'
@@ -7,10 +7,4 @@ description: The Kong Service Manager plugin provides information about the kong
documentation: https://platform.vee.codes/plugin/kong-service-manager/
iconUrl: https://veecode-platform.github.io/support/imgs/logo_3.svg
npmPackageName: '@veecode-platform/plugin-kong-service-manager'
tags:
- kong
- api-manager
- services
- routes
- plugins
addedDate: '2024-05-27'
+1 -1
View File
@@ -7,4 +7,4 @@ description: Kubelog provides your Backstage users the ability to view logs of y
documentation: https://github.com/jfvilas/kubelog
iconUrl: https://raw.githubusercontent.com/jfvilas/kubelog/master/src/assets/kubelog-logo.png
npmPackageName: '@jfvilas/plugin-kubelog'
addedDate: 2024-08-25
addedDate: '2024-08-25'
@@ -7,10 +7,4 @@ description: The Kubernetes GPT Analyzer plug-in uses artificial intelligence wi
documentation: https://platform.vee.codes/plugin/kubernetes-gpt-analyzer/
iconUrl: https://veecode-platform.github.io/support/imgs/logo_4.svg
npmPackageName: '@veecode-platform/backstage-plugin-kubernetes-gpt-analyzer'
tags:
- monitor
- ai
- kubernetes
- k8soperator
- gpt
addedDate: '2024-07-31'
-5
View File
@@ -7,9 +7,4 @@ description: KubeVela is a modern software delivery platform that makes deployin
documentation: https://github.com/kubevela-contrib/backstage-plugin-kubevela
iconUrl: https://kubevela.io/img/logo.svg
npmPackageName: '@oamdev/plugin-kubevela-backend'
tags:
- cd
- delivery
- multi-cluster
- deployment as code
addedDate: '2023-02-12'
+1
View File
@@ -5,5 +5,6 @@ authorUrl: https://roadie.io
category: CI/CD
description: View LaunchDarkly feature flags for your entities in Backstage.
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/blob/launchdarkly/plugins/frontend/backstage-plugin-launchdarkly/README.md
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@roadiehq/backstage-plugin-launchdarkly'
addedDate: '2024-07-27'
@@ -7,3 +7,4 @@ description: Authenticate users to an external LDAP server
documentation: https://github.com/immobiliare/backstage-plugin-ldap-auth/blob/main/README.md
iconUrl: https://avatars.githubusercontent.com/u/10090828
npmPackageName: '@immobiliarelabs/backstage-plugin-ldap-auth'
addedDate: '2022-09-05'
-5
View File
@@ -7,9 +7,4 @@ description: Google's Lighthouse tool is a great resource for benchmarking and i
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/lighthouse/plugins/lighthouse
iconUrl: https://seeklogo.com/images/G/google-lighthouse-logo-1C7FA08580-seeklogo.com.png
npmPackageName: '@backstage-community/plugin-lighthouse'
tags:
- web
- seo
- accessibility
- performance
addedDate: '2021-01-20'
-2
View File
@@ -7,6 +7,4 @@ description: Proactive application risk management for developer and security te
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/mend/plugins/mend
iconUrl: https://avatars.githubusercontent.com/u/105765982?s=200&v=4
npmPackageName: '@backstage-community/plugin-mend'
tags:
- security
addedDate: '2024-10-15'
-3
View File
@@ -7,7 +7,4 @@ description: Elevate your workflow with our plugin that seamlessly integrates yo
documentation: https://github.com/mia-platform/backstage-plugin/blob/main/README.md
iconUrl: /img/mia-platform.png
npmPackageName: '@mia-platform/backstage-plugin-frontend'
tags:
- platform
- discovery
addedDate: '2024-04-12'
-2
View File
@@ -7,6 +7,4 @@ description: Import API definitions (OpenAPI, AsyncAPI, gRPC) from Microcks inst
documentation: https://github.com/microcks/microcks-backstage-provider
iconUrl: https://raw.githubusercontent.com/microcks/.github/refs/heads/main/assets/microcks-logo-blue.png
npmPackageName: '@microcks/microcks-backstage-provider'
tags:
- mock
addedDate: '2023-04-06'
@@ -6,9 +6,6 @@ description: |
The plugin integrates with your Microsoft Calendar.
It displays all your calendars and events in it.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/microsoft-calendar/plugins/microsoft-calendar
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@backstage-community/plugin-microsoft-calendar'
tags:
- Microsoft
- calendar
- Management
addedDate: '2023-03-15'
@@ -6,7 +6,4 @@ description: Embed a form into the entity page with ease!
documentation: https://github.com/zcmander/backstage-plugin-msforms
iconUrl: /img/microsoft-forms.png
npmPackageName: '@zcmander/backstage-plugin-msforms'
tags:
- Microsoft
- forms
addedDate: '2023-04-11'
-5
View File
@@ -7,9 +7,4 @@ description: Observability platform built to help engineers create and monitor t
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/newrelic/plugins/newrelic
iconUrl: https://www.mulesoft.com/sites/default/files/2018-10/New_relic.png
npmPackageName: '@backstage-community/plugin-newrelic'
tags:
- performance
- monitoring
- errors
- alerting
addedDate: '2020-11-03'
@@ -7,10 +7,4 @@ description: Easily view your New Relic Dashboards in Backstage, via real-time s
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/newrelic/plugins/newrelic-dashboard/README.md
iconUrl: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical_white.svg
npmPackageName: '@backstage-community/plugin-newrelic-dashboard'
tags:
- performance
- monitoring
- errors
- alerting
- dashboards
addedDate: '2021-12-23'
+1
View File
@@ -5,5 +5,6 @@ authorUrl: https://github.com/christoph-jerolimov
category: Artifacts
description: A plugin that shows meta info and latest versions from a npm registry.
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/npm/plugins/npm/README.md
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@backstage-community/plugin-npm'
addedDate: '2024-11-29'
-4
View File
@@ -7,8 +7,4 @@ description: Opsgenie offers a simple way to associate alerts to components and
documentation: https://github.com/K-Phoen/backstage-plugin-opsgenie/
iconUrl: https://avatars.githubusercontent.com/u/1818843?s=200&v=4
npmPackageName: '@k-phoen/backstage-plugin-opsgenie'
tags:
- monitoring
- errors
- alerting
addedDate: '2022-03-13'
@@ -7,8 +7,4 @@ description: Integrate with OpsLevel to track performance against your engineeri
documentation: https://github.com/OpsLevel/backstage-plugin
iconUrl: https://avatars.githubusercontent.com/u/44910550?s=200&v=4
npmPackageName: backstage-plugin-opslevel-maturity
tags:
- service maturity
- service quality
- maturity score
addedDate: '2022-12-07'
-4
View File
@@ -7,8 +7,4 @@ description: Bring the power of PagerDuty to Backstage, reduce cognitive load, i
documentation: https://pagerduty.github.io/backstage-plugin-docs/index.html
iconUrl: https://avatars2.githubusercontent.com/u/766800?s=200&v=4
npmPackageName: '@pagerduty/backstage-plugin'
tags:
- monitoring
- errors
- alerting
addedDate: '2020-12-22'
@@ -6,6 +6,4 @@ description: View and explore telemetry datasets from Parseable directly inside
documentation: https://github.com/parseablehq/backstage-plugin/blob/main/parseable-backstage-plugin/plugins/parseable-logstream/README.md
iconUrl: https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg
npmPackageName: '@parseable/backstage-plugin-logstream'
tags:
- monitoring
addedDate: '2025-07-14'
-4
View File
@@ -7,8 +7,4 @@ description: Prometheus plugin provides visualization of Prometheus metrics and
documentation: https://roadie.io/backstage/plugins/prometheus/?utm_source=backstage.io&utm_medium=marketplace&utm_campaign=prometheus
iconUrl: https://avatars.githubusercontent.com/u/3380462?s=200&v=4
npmPackageName: '@roadiehq/backstage-plugin-prometheus'
tags:
- monitoring
- graphs
- alerting
addedDate: '2021-10-06'
-3
View File
@@ -7,7 +7,4 @@ description: Visualize resource information and Puppet facts from PuppetDB.
documentation: https://github.com/backstage/community-plugins/blob/main/workspaces/puppetdb/plugins/puppetdb/README.md
iconUrl: /img/puppet.png
npmPackageName: '@backstage-community/plugin-puppetdb'
tags:
- puppet
- puppetdb
addedDate: '2023-04-06'
@@ -5,5 +5,6 @@ authorUrl: https://github.com/secustor
category: Quality
description: This plugin enables you to host Renovate CLI yourself inside of Backstage and extract data from it.
documentation: https://github.com/secustor/backstage-plugins/tree/main/plugins/renovate
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@secustor/backstage-plugin-renovate'
addedDate: '2025-03-31'
-2
View File
@@ -7,6 +7,4 @@ description: Visualization of S3 buckets and their contents in file explorer sty
documentation: https://github.com/spreadshirt/backstage-plugin-s3/
iconUrl: /img/s3-bucket.svg
npmPackageName: '@spreadshirt/backstage-plugin-s3-viewer'
tags:
- s3
addedDate: '2023-01-18'
@@ -7,5 +7,6 @@ description: >-
A Backstage.io plugin that enables sending Webex messages via
Incoming Webhooks within scaffolder templates.
documentation: https://github.com/Coderrob/backstage-plugin-scaffolder-backend-module-webex
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@coderrob/backstage-plugin-scaffolder-backend-module-webex'
addedDate: '2024-09-04'
@@ -5,5 +5,6 @@ authorUrl: https://github.com/grvpandey11
category: Scaffolder
description: Interact with Microsoft Teams from Scaffolder templates
documentation: https://github.com/grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams/tree/main#readme
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@grvpandey11/backstage-plugin-scaffolder-backend-module-ms-teams'
addedDate: '2023-08-11'
@@ -5,5 +5,6 @@ authorUrl: https://www.ap-com.co.jp/en/
category: Search
description: Search extension plugin to create backstage search indexes into Azure Cognitive Search.
documentation: https://github.com/ap-communications/platt-backstage-plugin/tree/main/plugins/search-backend-module-cognitive-search
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@platt/plugin-search-backend-module-cognitive-search'
addedDate: '2023-09-13'
+1
View File
@@ -5,5 +5,6 @@ authorUrl: https://github.com/CodeVerse-GP
category: Scaffolder
description: A Backstage scaffolder action to send emails using SendGrid.
documentation: https://github.com/CodeVerse-GP/scaffolder-backend-module-sendgrid#readme
iconUrl: '/img/logo-gradient-on-dark.svg'
npmPackageName: '@codeverse-gp/scaffolder-backend-module-sendgrid'
addedDate: '2025-04-18'
@@ -7,9 +7,4 @@ description: Splunk On-Call offers a simple way to identify incidents and escala
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/splunk/plugins/splunk-on-call
iconUrl: /img/splunk-black-white-bg.png
npmPackageName: '@backstage-community/plugin-splunk-on-call'
tags:
- monitoring
- errors
- alerting
- splunk
addedDate: '2021-11-17'
+1 -5
View File
@@ -7,8 +7,4 @@ description: Manage StackStorm workflow executions from within Backstage.
documentation: https://github.com/backstage/community-plugins/tree/main/workspaces/stackstorm/plugins/stackstorm
iconUrl: /img/stackstorm.png
npmPackageName: '@backstage-community/plugin-stackstorm'
tags:
- stackstorm
- st2
- automation
- workflow
addedDate: '2023-02-02'
@@ -6,8 +6,4 @@ description: Provides status cards GitHub pull requests and GitHub actions.
documentation: https://github.com/StatusNeo/backstage-plugin-github
iconUrl: /img/github-statusneo.png
npmPackageName: '@statusneo/backstage-plugin-github'
tags:
- GitHub
- Monitoring
- Productivity
addedDate: '2023-02-15'
@@ -7,9 +7,4 @@ description: Visualize, understand and optimize your team's tech health.
documentation: https://roadie.io/backstage/plugins/tech-insights/
iconUrl: https://roadie.io/images/logos/tech-insights.png
npmPackageName: '@backstage-community/plugin-tech-insights'
tags:
- tech-insights
- reporting
- tech health
- migrations
addedDate: '2022-03-31'

Some files were not shown because too many files have changed in this diff Show More