datalake-graphql-wrapper: A GraphQL API for presto/trino #840
noxify
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Sorry I didn't see this sooner, this looks really cool! Just added it to the list of resources on the docs site, thanks! I don't have a ton of experience working with things like presto, but this seems like a very cool use of pothos. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm happy to present you my latest project.
https://github.com/dbsystel/datalake-graphql-wrapper
It's a template which allows you to provide a GraphQL API for the existing tables in trino/presto.
The template includes an interactive cli to generate the needed code for pothos including sorting, paging, filtering.
We're using this template ( a bit extended) also at work and it's awesome how fast we can add new endpoints in a standarized way.
We plan to extend the template in the future with some HowTos to have it as generic as possible.
Any thoughts? What could be improved?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions