-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcatalog-info.yaml
61 lines (58 loc) · 1.47 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: murfey
title: Murfey
description: A client-server architecture hauling Cryo-EM data around systems and triggering processing
spec:
owner: user:kif41228
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: murfey-server
title: Murfey Server
description: A server allowing for the monitoring of Cryo-EM data transfer from microscope systems and triggering relevant processing
annotations:
github.com/project-slug: DiamondLightSouce/python-murfey
tags:
- python
spec:
type: service
lifecycle: production
owner: user:kif41228
providesApis:
- murfey-rest
dependsOn:
- component:ispyb-api
- component:zocalo
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: murfey-client
title: Murfey Client
description: A client for automated data transfer and Cryo-EM metadata extraction from EM systems
annotations:
github.com/project-slug: DiamondLightSouce/python-murfey
tags:
- python
spec:
type: user-interface
lifecycle: production
owner: user:kif41228
consumesApis:
- murfey-rest
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: murfey-rest
title: Murfey Rest API
description: REST API registering data collections and requesting processing
spec:
type: openapi
lifecycle: production
owner: user:kif41228
definition:
$text: https://github.com/DiamondLightSource/python-murfey/blob/main/api-spec.yaml