Add more "Other Known Implementations" #1721
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feel free to close this PR if it is not desired. I can understand that listing projects can be seen as some kind of tacit approval or recommendation and therefore one might not want to add any links.
Personally, I was incentivized to start this because of our discussions about the sshfs alternative that was not mentioned in this list. But, as I am currently integrating fsspec backends into ratarmount, I was also looking for other interesting looking ones that would be worth testing out and adding integrations tests and documentation for. Personally, I found ipfsspec very interesting, and it was also missing even though it also is under the fsspec Github namespace. The iRODS backend also looks interesting as I considered iRODS in the past, but the fsspec bindings have not seen updates for 3 years... The same fate as many other projects I found.
Discovery by searching for
fsspec.register_implementation
,project.entry-points."fsspec.specs"
, and inheritance fromAbstractFileSystem
orAsyncFileSystem
.List of projects that I did not include in the PR because I simply do not have any expertise in these and therefore do not know about their usefulness or because they looked abandoned or unfinished:
flyte://
langtracefs://
snow://
pangu://
sfs://
wasb://
flywheel://
render://
oceanum://
rediscache://
cdffs://
git-annex://
pelican://
dnanexus://
rclone://
ec://
orectmp://
polarisfs://
faculty-datasets://
v3io://
Some questions that came out while doing this: