Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add URL Resolution that Fetches from a Table? #1

Open
theory opened this issue Apr 8, 2024 · 0 comments
Open

Add URL Resolution that Fetches from a Table? #1

theory opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@theory
Copy link
Contributor

theory commented Apr 8, 2024

By default, boon supports loading file: URLs via FileLoader, the only implementation of the UrlLoader trait. This is good because we wouldn't want to have HTTP code in the binary. And jsonschema doesn't even use the file loader, but loads schemas directly.

But it might be interesting to have some sort of UrlLoader implementation that knew how to read records from a table or view. I'm not sure what it would look like or how it would integrate into the existing functions. Perhaps we could add some GUCs that would be be used in new_compiler to configure a table-fetching URlLoader?

I don't know but it would be fun to play with some ideas and see if it's feasible or useful.

@theory theory added the enhancement New feature or request label Apr 8, 2024
@theory theory changed the title Add URL Resolution? Add URL Resolution that Fetches from a Table? Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant