iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

[FR] Start PoC of GraphQL

Open whikernel opened this issue 1 year ago • 1 comments

Create a new endpoint leveraging GraphQL to test the feasibility

whikernel avatar Feb 27 '24 16:02 whikernel

Some things we have to take into consideration:

  • the choice of COTS must be consistent with the existing application
  • check than GraphQL can be integrated with the current implementation of authentication
  • GraphQL does not allow file download => an alternative must be find for the datastore files
  • http default cache is not useful with GraphQL
  • documentation
  • end-to-end tests

c8y3 avatar Feb 28 '24 08:02 c8y3