You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/01/16 19:08:00 UTC

[jira] [Created] (ARROW-7594) [C++] Implement HTTP and FTP file systems

Ben Kietzman created ARROW-7594:
-----------------------------------

             Summary: [C++] Implement HTTP and FTP file systems
                 Key: ARROW-7594
                 URL: https://issues.apache.org/jira/browse/ARROW-7594
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
    Affects Versions: 0.15.1
            Reporter: Ben Kietzman
             Fix For: 1.0.0


It'd be handy to have (probably read only) a generic filesystem implementation which wrapped {{any cURLable base url}}:

{code}
ARROW_ASSIGN_OR_RAISE(auto fs, HttpFileSystem::Make("https://some.site/json-api/v3"));
ASSERT_OK_AND_ASSIGN(auto json_stream, fs->OpenInputStream("slug"));
// ...
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)