-
Notifications
You must be signed in to change notification settings - Fork 107
PURIS
Get started with the FOSS application for supply reliability. Today, you'll learn how to feed data into the system and how to use it.
If you're fast, you can start working on deploying puris with the Umbrella Helm Chart.
- Tom Meyer Fraunhofer ISST, Co-Lead Expert Group PURIS
- Haydar Qarawlus Product Owner Data Space Participation, Fraunhofer ISST
- Ernst Schrewe Fraunhofer ISST, Top Contributor PURIS FOSS Plattform Basis
The following tools **MUST **be installed to participate:
- Bruno client (Postman alternative)
To perform the extra tasks, the following tools MUST be installed:
- Local kubernetes cluster such as kind or minikube
- kubectl
- helm
- docker with docker compose
Note: We recommend a linux based operating system. This may also be run in the virtual machine.
Imagine you're a company in manufacturing that plays its part in the supply network:
- your customers order goods
- you source goods required to fulfill the order
- you produce the ordered goods
- you ship the goods / your customer picks them up
In today's challenge we provide prepared instances for two supply chains:
You'll use bruno to do the following:
- Setup master data (MAD) in a puris instance we provide to you
- Setup operational data (stocks, demands, delivery information, production plans) for your customer and supplier
- Request information from your partners
- Add-On try to deploy the PURIS FOSS chart within the Eclipse Tractus-X Umbrella Helm Chart.
Please Note: Further instructions will follow providing the information for the applications.
You will get one of the participants depending on the number of participants.
NAME | BPNL | BPNS | BPNA |
---|---|---|---|
oem-b (OEM B) | BPNL00000003AVTH | BPNS000000815DMY | BPNA000000815DMY |
tier-a (Tier A) | BPNL00000003B2OM | BPNS00000003B2OM | BPNA00000003B2OM |
tier-b (Tier B) | BPNL00000003B5MJ | BPNS00000003B5MJ | BPNA00000003B5MJ |
tier-c (Tier C) | BPNL00000003CSGV | BPNS00000003CSGV | BPNA00000003CSGV |
sub-tier-a (Sub Tier A) | BPNL00000003B3NX | BPNS00000003B3NX | BPNA00000003B3NX |
sub-tier-b (Sub Tier B) | BPNL00000003AXS3 | BPNS00000003AXS3 | BPNA00000003AXS3 |
n-tier (N Tier) | BPNL00000003B0Q0 | BPNS00000003B0Q0 | BPNA00000003B0Q0 |
natural-rubber (Natural Rubber) | BPNL00000007OR16 | BPNS000000000001 | BPNA000000000001 |
Table 1: Overview of Participants
The services follow a given name scheme. The naming scheme relevant for you can be seen in Table 2.
Service | Scheme | Example |
---|---|---|
EDC | https://edc-{{tier-name}}.community-days-fhg.tom-meyer.de |
https:/edc-sub-tier-a.community-days-fhg.tom-meyer.de |
PURIS Backend | https://puris-backend-{{tier-name}}.community-days-fhg.tom-meyer.de |
https://puris-backend-sub-tier-a.community-days-fhg.tom-meyer.de |
PURIS Frontend | https://puris-{{tier-name}}.community-days-fhg.tom-meyer.de |
https://puris-sub-tier-b.community-days-fhg.tom-meyer.de |
Table 2: Overview of Services, their naming scheme and an example.
Tips
- Always start with a get and hover over the variables before posting.
- The PURIS backend hosts a swager-ui at
{{base-url}}/catena/swagger-ui/index.html
.
- Clone the repository
- Navigate to
etx-community-days
(this folder)
- Find the data for your partner in CASE_DATA.md
- Find tasks & help in TASKS.md
- OPEN the bruno collection by selecting the folder above it
Fourth Eclipse Tractus-X Community Days
- Welcome
- Business Perspective
- Business game (Catena-X)
- Workshops / Tutorials
- Challenges / Coding
General
Working with KITs
- Automate KIT documentation update
- How to create a KIT website
- KIT Artefacts
- Understanding our multi instance and versioning behaviour
Working with the Webpage