Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-7594

[C++] Implement HTTP and FTP file systems

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.15.1
    • 12.0.0
    • C++
    • 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

          Activity

            People

              Unassigned Unassigned
              bkietz Ben Kietzman
              Votes:
              2 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: