Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data governance kit #1180

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: Data Governance Kit Adoption View
title: Adoption View
description: 'Data Governance Kit'
description: 'Data Governance KIT'
sidebar_position: 2
---
## Data Governance KIT
Expand All @@ -27,6 +27,8 @@ sidebar_position: 2
![DatGov Kit Banner](/img/DatGovKit/DatGovKit-Icon.png)
-->

![Data Governance KIT Icon](@site/static/img/kits/data-governance/data-governance-kit-logo.drawio.svg)

This document describes the foundations of the Data Governance KIT (=Keep It Together).

For more information see
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: Data Governance Kit Changelog
title: Changelog
description: 'Data Governance Kit'
description: 'Data Governance KIT'
sidebar_position: 1
---
<!--
Expand All @@ -25,6 +25,8 @@ sidebar_position: 1
![DatGov Kit Banner](./resources/DatGovKit-Icon.png)
-->

![Data Governance KIT Icon](@site/static/img/kits/data-governance/data-governance-kit-logo.drawio.svg)

### Data Governance KIT

All notable changes to the Data Governance KIT (=Keep It Together) will be documented in this file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
id: Data Governance Kit Development View
title: Development View
description: 'Data Governance Kit'
sidebar_position: 1
description: 'Data Governance KIT'
sidebar_position: 3
---
## Data Governance KIT

Expand All @@ -27,6 +27,8 @@ sidebar_position: 1
![DatGov Kit Banner](/resources/DatGovKit-Icon.png)
-->

![Data Governance KIT Icon](@site/static/img/kits/data-governance/data-governance-kit-logo.drawio.svg)

This document describes the foundations of the Data Governance KIT (=Keep It Together).

For more information see
Expand All @@ -47,7 +49,7 @@ As it would be clear now that the Data Governance Kit acts as an abstraction lay

The staging or Management refers to the creation, updation, deletion of various Assets, Policies and Contract Offers locally within the Governance KIT before actually sending those to the connectors. The users can create as many Assets, Policies or Contract Offers, get those reviewed and approved by any manual or automatic workflow process. Once the users are sure that now the data is ready to be sent to Connectors, the Publication process kicks in. Using the publication process, all the reviewed/approved assets, policies and contract offers can be sent to the required connectors. The following high level architecture provides more details.

![Data Governance Kit High Level Architecture](../resources/Data%20Governance%20KIT_%20Big%20Picture.png)
![Data Governance Kit High Level Architecture](./resources/Data%20Governance%20KIT_%20Big%20Picture.png)

### API Specifications

Expand Down
2 changes: 1 addition & 1 deletion sidebarsDocsKits.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ const sidebars = {
label: 'Development View',
link: {
type: 'doc',
id: 'kits/Data Governance Kit/Software Development View/Data Governance Kit Development View'
id: 'kits/Data Governance Kit/Data Governance Kit Development View'
},
items: [
{
Expand Down
136 changes: 136 additions & 0 deletions static/img/kits/data-governance/data-governance-kit-gallery.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
img/This work is licensed under the CC-BY-4.0

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/data-governance\data-governance-kit-gallery.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
img/This work is licensed under the CC-BY-4.0

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/data-governance\data-governance-kit-logo.drawio.svg
8 changes: 8 additions & 0 deletions utils/kitsGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import Business_Kit from "@site/static/img/kits/business-partner/business-partne
import Circularity_Kit from "@site/static/img/kits/circularity/circularity-kit-gallery.drawio.svg";
import Connector_Kit from "@site/static/img/kits/connector/connector-kit-gallery.drawio.svg";
import DataChain_Kit from "@site/static/img/kits/data-chain/data-chain-kit-gallery.drawio.svg";
import DataGovernance_Kit from "@site/static/img/kits/data-governance/data-governance-kit-gallery.drawio.svg";
import DDQM from "@site/static/img/kits/data-driven-quality-management/data-driven-quality-management-kit-gallery.drawio.svg";
import DemandandCapacityManagement_Kit from "@site/static/img/kits/demand-and-capacity-management/demand-and-capacity-management-kit-gallery.drawio.svg";
import DigitalTwin from "@site/static/img/kits/digital-twin/digital-twin-kit-gallery.drawio.svg";
Expand Down Expand Up @@ -204,4 +205,11 @@ export const kitsGallery = [
pageRoute: 'docs-kits/kits/Logistics%20Kit/page_adoption-view.md',
img: Logistics_Kit,
},
{
id: 22,
name: 'Data Governance KIT',
domain: 'Network Services',
pageRoute: 'docs-kits/kits/Data%20Governance%20Kit/adoption-view.md',
img: DataGovernance_Kit,
},
]