orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

REST interface component - receiving JSON data into models

Open stenerikbjorling opened this issue 2 years ago • 0 comments

What's your use case?

Database systems such as Postgres can act as REST services servers and deliver their search sets in the form of JSON. Allowing direct access to such functionality allows for data transfer without transformations that increases the risks and challenges.

What's your proposed solution?

Utilise the current SQL object and allow the data received to be in the form of JSON that internally also can be transformed into CSV.

Are there any alternative solutions?

stenerikbjorling avatar Aug 13 '22 10:08 stenerikbjorling