-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcatalog-info.yaml
23 lines (23 loc) · 994 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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: sda-dropwizard-commons
title: SDA Dropwizard Commons
annotations:
sda.se/federation-scopes: public
backstage.io/techdocs-ref: dir:.
description: |
The [sda-dropwizard-commons](https://github.com/SDA-SE/sda-dropwizard-commons) library
includes several modules to speed up SDA-compliant microservice development. It is
based on the [Dropwizard](https://www.dropwizard.io) framework, which offers a
bundle mechanism for extensions. The bundles that are provided with _sda-dropwizard-commons_
configure the framework with default SDA specific settings and add support for an easy and
fast integration of standard technologies such as SQL, noSQL, or messaging frameworks.
links:
- url: https://medium.com/sda-se/sda-dropwizard-commons-v3-448302578112
title: SDA Dropwizard Commons v3
spec:
type: library
lifecycle: production
system: backend
owner: "group:default/tachyon"