-
Notifications
You must be signed in to change notification settings - Fork 2
/
catalog-info.yaml
30 lines (28 loc) · 1009 Bytes
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "curation-tools-data-sync"
description: "This repository contains all the ETL components and business logic to sync the items added in the new CuratedCorpusApi to the database to the readitla-* database."
annotations:
github.com/project-slug: pocket/"curation-tools-data-sync"
github.com/team-slug: "backend-infrastructure"
circleci.com/project-slug: github/pocket/"curation-tools-data-sync"
sentry.io/project-slug: "curation-tools-data-sync"
spec:
type: service
owner: backend
lifecycle: production
providesApis:
- "curation-tools-data-sync"
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: "curation-tools-data-sync"
description: "This repository contains all the ETL components and business logic to sync the items added in the new CuratedCorpusApi to the database to the readitla-* database."
spec:
type: graphql
owner: backend
definition: |
query {}
lifecycle: production