-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.gotmpl
30 lines (18 loc) · 1.75 KB
/
README.md.gotmpl
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
## Magda Linked Data Minion
![CI Workflow](https://github.com/magda-io/magda-minion-linked-data-rating/workflows/Main%20CI%20Workflow/badge.svg?branch=master) [![Release](https://img.shields.io/github/release/magda-io/magda-minion-linked-data-rating.svg)](https://github.com/magda-io/magda-minion-linked-data-rating/releases)
A [Magda](https://github.com/magda-io/magda) minion is a service that listens for new records or changes to existing records, performs some kind of operation and then writes the result back to the registry. For instance, we have a broken link minion that listens for changes to distributions, retrieves the URLs described, records whether they were able to be accessed successfully and then writes that back to the registry in its own aspect.
Other aspects exist that are written to by many minions - for instance, we have a "quality" aspect that contains a number of different quality ratings from different sources, which are averaged out and used by search.
This magda minion generates dataset rating based on https://data.gov.au/page/linked-data-rating.
### Release Registry
Since v2.0.0, we use [Github Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) as our official Helm Chart & Docker Image release registry.
It's recommended to deploy minions with as [dependencies](https://helm.sh/docs/topics/chart_best_practices/dependencies/) of a Magda helm deployment.
```yaml
dependencies:
- name: magda-minion-linked-data-rating
version: "2.0.0"
repository: "oci://ghcr.io/magda-io/charts"
```
{{ template "chart.maintainersSection" . }}
{{ template "chart.requirementsSection" . }}
{{ template "chart.valuesHeader" . }}
{{ template "chart.valuesTable" . }}