top | item 39274253

(no title)

kevinmershon | 2 years ago

Thank you for this post. I've been looking high and low for weeks trying to find a way to connect Looker to a GraphQL API unsuccessfully and apparently "PostgreSQL emulators" are called FDWs as I learned from this link. I had searched every term I could think of for how to simulate or proxy a SQL database into an API but calling it a foreign data wrapper would have never occurred to me.

discuss

order

pcthrowaway|2 years ago

Did you try describing the problem and the thing you're looking for to chatgpt to see if it knows of a name? I find that making connections like this is one of the things it actually does well

kevinmershon|2 years ago

I actually did, repeatedly. I threw away 3 or 4 chat sessions with it about this very subject. It kept hallucinating features into libraries and naming products that don't actually support this translation direction.

And with Google searches the vast majority of results are going the opposite way: creating a GraphQL API from a real SQL schema.

darkerside|2 years ago

Remember when you could do this with Google?