aiidateam / aiida-restapi

AiiDA Web API for data queries and workflow management.
https://aiida-restapi.readthedocs.io
MIT License
10 stars 7 forks source link

Decide profile handling #56

Open ltalirz opened 2 years ago

ltalirz commented 2 years ago

To keep things simple, the aiida-restapi package started without explicit handling of AiiDA profiles (it simply uses the default profile of the AiiDA installation where it is running).

This is fine for the moment, but will likely need to be generalized once this API starts being used in production. Note that the decision of how to implement profile handling may depend on how we integrate authentication with the AiiDA side https://github.com/aiidateam/aiida-restapi/issues/5 .