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

docs(e2e tutorial): adapt tutorial for tractus-x community days #1097

Merged
merged 15 commits into from
Dec 19, 2024
Merged
12 changes: 12 additions & 0 deletions docs/tutorials/e2e/boost/boost.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.

## Notice

This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
Expand Down
Loading