Ralph Knag | 1fca6ac | 2017-12-05 12:05:57 -0500 | [diff] [blame^] | 1 | |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | .. _glossary: |
| 5 | |
| 6 | Glossary |
| 7 | ======== |
| 8 | |
| 9 | .. _glossary-asdc: |
| 10 | |
| 11 | ASDC |
| 12 | ---- |
| 13 | |
| 14 | The ECOMP resource catalog. We assume the existince and usage of ASDC, though for near term testing purposes, we use a mock version of the catalog. |
| 15 | We assume all DCAE artifacts: components like collectors, CDAP applications, data formats (see below), etc, are onboarded and searchable in the catalog. |
| 16 | Further, we assume that every catalog artifact has a *UUID*, a globally unique identifier that identifies that artifact. |
| 17 | |
| 18 | .. _glossary-component: |
| 19 | |
| 20 | Component |
| 21 | --------- |
| 22 | |
| 23 | Refers to a DCAE service component which is a single micro-service that is written to be run by the DCAE platform and to be composeable to form a DCAE service. |
| 24 | |
| 25 | .. _glossary-data-format: |
| 26 | |
| 27 | Data format |
| 28 | ----------- |
| 29 | |
| 30 | Artifact that describes a data structure and schema. |
| 31 | |
| 32 | .. _glossary-onboarding-catalog: |
| 33 | |
| 34 | Onboarding catalog |
| 35 | ------------------ |
| 36 | |
| 37 | The onboarding catalog is the intermediary store for project details, component specifications and data formats. This is to be used by component developers through the `dcae-cli` to browse and to launch existing components and push their own component artifacts in preparation to move their component to the ASDC resource catalog. |