eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

Implement HTTP backend #289

Open JS-Aibel opened 2 months ago

JS-Aibel commented 2 months ago

It would be nice to have a tutorial on how to use the backends interface (update()/commit() methods) to manage and retrieve AAS objects from the AAS Environment — Eclipse BaSyx™

s-heppner commented 2 months ago

Hi, thanks for the suggestion!

Currently, there is no way for the BaSyx-Python SDK to interact with the BaSyx-Java AAS Environment, however this functionality is planned and being actively developed.

@shenchenruwo, could you reference this issue when creating the respective PR?

shenchenruwo commented 2 months ago

It would be nice to have a tutorial on how to use the backends interface (update()/commit() methods) to manage and retrieve AAS objects from the AAS Environment — Eclipse BaSyx™

Thank you for your interest. But it is not really clear for me, what you are expecting, since we have another component called "backends" in our Python SDK concept.

Can you describe more about the scenario? E.g., you want to retrieve an entire AAS from an AAS server? Or you want to read a value which comes from an external source?

JS-Aibel commented 2 months ago

It would be nice to have a tutorial on how to use the backends interface (update()/commit() methods) to manage and retrieve AAS objects from the AAS Environment — Eclipse BaSyx™

Thank you for your interest. But it is not really clear for me, what you are expecting, since we have another component called "backends" in our Python SDK concept.

Can you describe more about the scenario? E.g., you want to retrieve an entire AAS from an AAS server? Or you want to read a value which comes from an external source?

It would be nice to have simple methods for doing CRUD operations on an AAS hosted in the AAS Environment — Eclipse BaSyx™ similarly to the ones shown in the tutorial_backend_couchdb.py for the CouchDB database server.