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

Allows for a RestBasedBackend class that could leverage a backend coded through a rest API #289

Open
BDonnot opened this issue Mar 16, 2022 · 0 comments
Labels
enhancement New feature or request version 2.0 Will be made available in version 2.0 at best

Comments

@BDonnot
Copy link
Collaborator

BDonnot commented Mar 16, 2022

Is your feature request related to a problem? Please describe.

There is no direct problem linked to it.

It would be nice however to be able to use some other libraries to serve as backend, possibly coded in other langages (for example powermodels coded in julia, matpower in matlab etc.)

Describe the solution you'd like

This class would allow, once a server started, to communicate using rest API calls to a powergrid simulator. Said simulator would perform the computation and then return the result.

Describe alternatives you've considered

There's no real alternative beside:

  • developping this kind of API for all application we want to connect (slow and work would be done multiple time)
  • recoding the solver that we want to use as backend in a "python compatible" language (eg python, c or c++)

Additional context

NA

@BDonnot BDonnot added enhancement New feature or request version 2.0 Will be made available in version 2.0 at best labels Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version 2.0 Will be made available in version 2.0 at best
Projects
None yet
Development

No branches or pull requests

1 participant