Skip to content

Commit

Permalink
Merge pull request #1097 from stephanbcbauer/main
Browse files Browse the repository at this point in the history
docs(e2e tutorial): adapt tutorial for tractus-x community days
  • Loading branch information
stephanbcbauer authored Dec 19, 2024
2 parents 367e2e0 + 2a46de7 commit be5fbd1
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 2,307 deletions.
10 changes: 10 additions & 0 deletions docs/tutorials/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

All notable changes to this tutorial will be documented in this file.

## [1.1.0] - 2024-12-19

### Changed

:::note
Most of the content is redundant to [umbrella repository](https://github.com/eclipse-tractusx/tractus-x-umbrella) and related [description](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/docs/README.md)
:::

- Delete redundant content and forward to umbrella helm chart description

## [1.0.0] - 2024-06-24

### Added
Expand Down
24 changes: 24 additions & 0 deletions docs/tutorials/e2e/boost/boost.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ sidebar_position: 5

In the `Boost Chapter`, you will configure and register your components so that they are discoverable in your local data space deployment. You will then take on the role of a data provider, build your first data pipeline, add your first `assets`, `policies` and create a `contract offer` in the EDC. As a data consumer you will discover the data that you have previously created and initiate a data transfer. After completing this step, you have all the foundational knowledge you need to get started with active participation in a use-case.

In this **Boost Chapter**, you will create and request different assets and learn how the management-api works. The following steps will guide you through the process:

1. **Data Provider Role**:
- Build your first data pipeline.
- Add your first `assets`, `policies`, and create a `contract offer`.

2. **Data Consumer Role**:
- Discover the data you previously created.
- Initiate a data transfer.

By the end of this chapter, you will have the foundational knowledge needed to share data within your data space.

:::note

This chapter is described within the guides for the Tractus-X umbrella charts following the [link](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/docs/README.md)

Important chapters are:

- [Data Exchange](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/docs/user/guides/data-exchange.md)
- [Provide Data](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/docs/user/guides/data-exchange/provide-data.md)
- [Consume Data](https://github.com/eclipse-tractusx/tractus-x-umbrella/blob/main/docs/user/guides/data-exchange/consume-data.md)

:::

## Notice

This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
Expand Down
301 changes: 0 additions & 301 deletions docs/tutorials/e2e/boost/consumeData.md

This file was deleted.

Loading

0 comments on commit be5fbd1

Please sign in to comment.