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

feature request: reading remote files from ftp/sftp servers #58

Open
gregorywaynepower opened this issue Nov 21, 2024 · 4 comments
Open

Comments

@gregorywaynepower
Copy link

Hello Folks,

I really enjoy the work y'all have done to speed up the reading of local spreadsheets. Is there any way y'all are able to read files from SFTP or FTP servers, perhaps working with the httpfs extension?

@freddie-freeloader
Copy link
Contributor

Hey @gregorywaynepower 👋

Thank you for opening this issue. ☺️

We were just yesterday talking about getting XLSX files from Google Sheets via HTTPS. So this would be related -- @harrygav might take a look at this.

@gregorywaynepower
Copy link
Author

@freddie-freeloader If you're talking about reading Google Sheets, the DuckDB community extension gsheets does support that functionality.

@harrygav
Copy link

Hi @gregorywaynepower, thanks for your interest in SheetReader. Just to get a better understanding of your feature request: Do you want to directly load .xlsx files from FTP locations/paths, without downloading them first, i.e., giving an FTP path (and potentially credentials) to SheetReader?

@gregorywaynepower
Copy link
Author

gregorywaynepower commented Nov 22, 2024

@harrygav After looking at my use-case it may not be an FTP or SFTP location path.

I'm trying to speed up the reading of a remote .xlsx file from https://services.wake.gov/realdata_extracts/. I don't want to have to download it completely unless it's absolutely necessary. I've been a bit disappointed with DuckDB's ability to read remote xlsx files since they rely on GDAL through the spatial extension for that functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants