hpgrahsl / backstage-demo-catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Catalog Entries

This repository is to maintain Backstage Catalog entities for demo purposes.

Use the URL to the catalog_main.yaml file

https://github.com/burrsutter/backstage-demo-catalog/blob/main/catalog_main.yaml

customerweb_backend

Register Component on the Create screen

Note: You can re-import the catalog_main.yaml in which case you will be presented with a "Refresh" button

0

1

2

3

4

5

Tips

https://backstage.io/docs/features/software-catalog/descriptor-format/

Maintenance of catalog-main.yaml

rm catalog_main.yaml
cat sso_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat customerweb_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat training_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat marketing_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat ecommerce_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat finance_system.yaml >> catalog_main.yaml
echo "\n" >> catalog_main.yaml
cat accounting_system.yaml >> catalog_main.yaml

Other Stuff

Other systems might be: HR, IT, Sales, Lending, Legal

About