Files
backstage/docs/architecture-terminology.md
T
2020-03-13 18:59:15 +01:00

882 B

Architecture and Terminology

Backstage is constructed out of three parts. We separate Backstage in this way because we see three groups of contributors to make an instance of Backstage a success.

  • Core - Base functionality - built by core devs in the open source project
  • App - The app is an instance of a Backstage app that is deployed and tweaked. The app ties together core functionality with additional plugins - built and maintained by app developers, usually a productivity team within a company.
  • Plugins - Additional functionality to make your Backstage app useful for your company. Plugins can be specific to a company or open sourced and reusable. At Spotify we have over 100 plugins built by over 50 different teams. It is very powerful to have contributions from various infrastructure teams into a single unified developer experience.

Back to Docs