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

Support VFS-based read and write connections #710

Merged
merged 11 commits into from
May 28, 2024

Conversation

eddelbuettel
Copy link
Contributor

This PR adds the ability to read and write single files (in text or binary format) from VFS-supported backends. A simple illustration is

uri <- "s3://tiledb-dirk/tempfolder/penguins.csv"
pp <- read.csv(vfs_file(uri))
summary(pp)

At this point, compression is not supported, nor is nesting connections inside other connections.

@eddelbuettel eddelbuettel merged commit 6498d75 into master May 28, 2024
1 check passed
@eddelbuettel eddelbuettel deleted the de/sc-47400/vfs_via_connections branch May 28, 2024 21:37
@eddelbuettel eddelbuettel mentioned this pull request Jun 7, 2024
This was referenced Jun 17, 2024
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

Successfully merging this pull request may close these issues.

3 participants