We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0791bb commit a61c23fCopy full SHA for a61c23f
catalog-info.yaml
@@ -0,0 +1,20 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: zocalo
5
+ title: Zocalo
6
+ description: >
7
+ Infrastructure components for automated data processing via a messaging
8
+ framework.
9
+ annotations:
10
+ github.com/project-slug: DiamondLightSource/python-zocalo
11
+ diamond.ac.uk/viewdocs-url: https://zocalo.readthedocs.io
12
+ tags:
13
+ - python
14
+spec:
15
+ type: library
16
+ lifecycle: production
17
+ owner: group:data-analysis
18
+dependsOn:
19
+ - resource:zocalo-rabbitmq
20
+ - component:workflows
0 commit comments