eclipse-basyx / basyx-python-sdk

MIT License
61 stars 28 forks source link

Implement Searching in AAS #212

Open s-heppner opened 11 months ago

s-heppner commented 11 months ago

Currently, the only option to find an object inside an AAS is to iterate. It might make sense to implement some form of searching inside AASs, especially for the API.

mhrimaz commented 10 months ago

As you mentioned, currently the only possible approach to search, filter, aggregate is to manually load the json, parse them, iterate through them and do some computation on them.

Just as an idea:

s-heppner commented 10 months ago

Indeed, the ability to run SPARQL queries would be an extremely powerful tool. Thank you for your suggestion, we'll keep it in mind!