Skip to content

Commit 85dd3e7

Browse files
committed
Updated information
1 parent dab7515 commit 85dd3e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs-kits/kits/industry-core-kit/software-development-view/digital-twins.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ b. Fetch EDR token for the Submodel Server.
273273

274274
Test was performed using 20 threads in parallel. The average number of transactions per second was 30-35.
275275

276-
> :raised_hand: If the performance is still not satisfactory for the user, then next given approach can be used, where the aasx file format can be used to transfer big files like parquet files.
276+
> :raised_hand: If the performance is still not satisfactory for the user, then next given approach can be used, where the big parquet file can be transfer using EDC.
277277
278278
#### Data Consumption with AAS Submodel Descriptor to Represent Mass Data (Like Parquet Files) Reference
279279

@@ -298,8 +298,9 @@ Further information about the data transfer of submodels can be found in the [Di
298298
```
299299

300300
See also full example here: [edc-asset for file transfer](https://eclipse-tractusx.github.io/docs-kits/kits/Quality-Kit/Software%20Development%20View/Specification%20Quality%20Kit/)
301+
301302
4. `Provider` creates another EDC asset for Submodel pointing to Aspect Model `QualityParquetExchange`. This aspect model will contain the information (assetID, Dataplane URL and Controlplane URl) for AmazonS3 EDC asset created by provider in step 3.
302-
5. `Provider` creates a shell with Shell Descriptors and the EDC asset with EDC Controlplane/Dataplane URL referring to Submodel created in step 4.
303+
5. `Provider` creates a shell with Shell Descriptors and the edc Asset with controlplane URL. This Shell Descriptor contains the Submodel Descriptor which refers to EDC asset created in step 4.
303304
6. `Consumer` calls the DTR via EDC Dataplane and reads the Submodel Descriptor for `QualityParquetExchange` aspect model from the Shell Descriptor.
304305
7. `Consumer` calls Submodel Server using Dataplane URL, which is setup by the provider and in response receives the information (assetID, Dataplane URl and Controlplane URL) for AmazonS3 EDC asset created by provider in step 3.
305306
8. `Consumer` starts negotiation/transfer process and provides its own bucket information:
@@ -316,7 +317,7 @@ See also full example here: [edc-asset for file transfer](https://eclipse-tractu
316317
}
317318
```
318319

319-
9. `Provider` retrieve the request and download the requested aasx file from bucket and upload it to the consumer bucket.
320+
9. `Provider` retrieve the request and download the requested Parquet file from bucket and upload it to the consumer bucket.
320321
10. `Consumer` can download the file from their own bucket.
321322

322323
#### Submodel Descriptor which provided information to retrieve/transfer Parquet file

0 commit comments

Comments
 (0)