tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

HTTP(S) and FTP(S) Loaders #56

Closed mavam closed 9 months ago

mavam commented 1 year ago

Being able to load bytes via HTTP(S) is a critical capability for qetting started started quickly. We want to be able to write a pipeline that starts with a HTTP resource so that we can write from http example.com read json.

There is a related item (#57) about more general URI support for from. This would provide a more familiar syntax: from http://example.com read json.

- [x] Agree on design for loader
- [x] Implement HTTP(s) loader