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

Adapt to fsspec? #73

Open
martindurant opened this issue Jun 4, 2019 · 7 comments
Open

Adapt to fsspec? #73

martindurant opened this issue Jun 4, 2019 · 7 comments

Comments

@martindurant
Copy link

I had not noticed this new addition to the file-system landscape - thank you for producing this?

Would you be interested in adapting the code to be compatible with fsspec? This would mean better Dask integration for the future, and provide your implementation with many features shared with the other file-systems, such as advanced walk/glob, random-access files, transactional writes... and of course mean less duplication of code.

@manish
Copy link
Owner

manish commented Jul 31, 2019

Sorry for the late response. Yes, that does indeed sound great to me. I will have a look this weekend and see how it can be adapted

@martindurant
Copy link
Author

Given that datalake and blob now share an API, you may be able to do both in one :) I am happy to be involved in this, but I may disappear shortly on paternity leave.

@swt2c
Copy link

swt2c commented Aug 30, 2019

I agree, having fsspec compatibility would be great. I would also like it if the dask dependency could be optional, e.g., so I could use AzureBlobFileSystem standalone, for instance from pandas.

@manish
Copy link
Owner

manish commented Aug 30, 2019

I am currently on vacation and will be back on 9th. Will continue working on it.

@martindurant
Copy link
Author

ndeed, neither s3fs nor gcsfs depend on dask

@asiron
Copy link

asiron commented Oct 31, 2019

Hey everyone,
What's the status on this issue ? It would be indeed great if we could adapt to fsspec and add as an official dependency to Dask, have you done anything? maybe I could help ?

@martindurant
Copy link
Author

Thanks for connecting @asiron . To you and everyone else on this thread:
The work in fsspec/adlfs#6 is essentially done, both datalake and blob are working, I believe! Please test and help write documentation for it.

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

4 participants