Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.15.1
-
None
Description
It'd be handy to have (probably read only) a generic filesystem implementation which wrapped any cURLable base url:
ARROW_ASSIGN_OR_RAISE(auto fs, HttpFileSystem::Make("https://some.site/json-api/v3")); ASSERT_OK_AND_ASSIGN(auto json_stream, fs->OpenInputStream("slug")); // ...
Attachments
Issue Links
- is depended upon by
-
ARROW-14998 [R] Support for HTTPS Filesystem access
- Open
- is duplicated by
-
ARROW-16619 [R] Support compression + R connection (URL with .gz file)
- Resolved