Replies: 1 comment 4 replies
-
I've created an OpenAPI connector: https://github.com/nineinchnick/trino-openapi I'd consider writing one for OData if I knew some cool APIs to use it with. Can you provide some examples? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems like OData provides a general purpose (limited) SQL-like REST interface behind which many disparate systems could hide.
I note that Teiid provided an OData translator for this purpose (https://teiid.github.io/teiid-documents/15.0.x/content/reference/r_odata-translator.html) separate from its OpenAPI translator (https://teiid.github.io/teiid-documents/15.0.x/content/reference/r_openapi-translator.html). Presumably this is because the nature of OData provides a better framework for criteria /sorting push down, etc.
Am I missing something or is there no such connector for Trino?
Beta Was this translation helpful? Give feedback.
All reactions