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

Set Multiple AAS Environment Files as Input #172

Open
mehtanin opened this issue Aug 8, 2022 · 1 comment
Open

Set Multiple AAS Environment Files as Input #172

mehtanin opened this issue Aug 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mehtanin
Copy link

mehtanin commented Aug 8, 2022

Description
Does FAAAST supports multiple aas environment files as input while starting the service? If so, what is the procedure?

To Reproduce
Steps to reproduce the behavior:

  1. To start the service 'java -jar starter-{version}.jar -m {path/to/your/AASEnvironment}'
  2. Here, how can we set multiple files in the aas environment path as the input of FAAAST service?

Expected behavior
Multiple aas environment files will be given as input when starting the FAAAST service.

Output
The HTTP endpoint will return results from multiple aas environment files based on the query.

@mehtanin mehtanin added the bug Something isn't working label Aug 8, 2022
@mjacoby mjacoby added enhancement New feature or request and removed bug Something isn't working labels Aug 8, 2022
@mjacoby
Copy link
Member

mjacoby commented Aug 8, 2022

This feature is not supported. We are aware that some users would like to have this feature but currently we cannot provide any details on if/when it will be available in the future. This is also because merging multiple environments becomes quite complex once there are collisions/overlaps in the different files.

As a quick work-around you could use the FA³ST Package Explorer Converter; a tool intended to convert JSON files exported from the AASX Package Explorer to be FA³ST-compliant. However, it also has a (rather primitive) merge feature. You'll have to manually merge your files into one with this and then load the merged file into FA³ST.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants