Merge pull request #136 from spotify/alund/overview

[Docs] Overview image and desc
This commit is contained in:
Stefan Ålund
2020-03-01 11:28:44 +01:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
+15
View File
@@ -6,6 +6,21 @@
Backstage is an open platform for building developer portals.
The philosophy behind Backstage is simple: don't expose your engineers to the full complexity of all your infrastructure tooling and services -- hide it behind a consistent, centralized and delightful interface.
![headline](headline.png)
## Overview
The Backstage platform consists of a number of different components:
- **frontend** Main web application that users interact with. It's built up by a number of different _Plugins_. Plugins all use a common set of platform API's and reusable UI components. Each plugin is treated as a self-contained web app and can include almost any type of content.
- **backend** GraphQL aggregation service that holds the model of your software ecosystem, including organisational information and what team owns what software. The backend also has a Plugin model for extending its graph.
- **proxy** Terminates HTTPS and exposes any RESTful API to Plugins.
- **identity** A backend service that holds your organisation's metadata.
![overview](backstage_overview.png)
## Getting started
### Install Dependencies
Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB