Skip to content

Commit 1954610

Browse files
committed
Add more other known implementations
1 parent 65764dd commit 1954610

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/source/api.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,43 +213,63 @@ Other Known Implementations
213213
- `adl`_ for Azure DataLake storage, with protocol "adl://"
214214
- `alluxiofs`_ to access fsspec implemented filesystem with Alluxio distributed cache
215215
- `boxfs`_ for access to Box file storage, with protocol "box://"
216+
- `csvbase`_ for access to csvbase.com hosted CSV files, with protocol "csvbase://"
216217
- `dropbox`_ for access to dropbox shares, with protocol "dropbox://"
217218
- `dvc`_ to access DVC/Git repository as a filesystem
219+
- `fsspec-encrypted`_ for transparent encryption on top of other fsspec filesystems.
218220
- `gcsfs`_ for Google Cloud Storage, with protocol "gcs://"
219221
- `gdrive`_ to access Google Drive and shares (experimental)
222+
- `git`_ to access Git repositories
220223
- `huggingface_hub`_ to access the Hugging Face Hub filesystem, with protocol "hf://"
224+
- `hdfs-native`_ to access Hadoop filesystem, with protocol "hdfs://"
225+
- `httpfs-sync`_ to access HTTP(s) files in a synchronous manner to offer an alternative to the aiohttp-based implementation.
221226
- `ipfsspec`_ for the InterPlanetary File System (IPFS), with protocol "ipfs://"
227+
- `irods`_ for access to iRODS servers, with protocol "irods://"
222228
- `lakefs`_ for lakeFS data lakes, with protocol "lakefs://"
229+
- `morefs`_ for `OverlayFileSystem`, `DictFileSystem`, and others
223230
- `ocifs`_ for access to Oracle Cloud Object Storage, with protocol "oci://"
224231
- `ocilake`_ for OCI Data Lake storage
225232
- `ossfs`_ for Alibaba Cloud (Aliyun) Object Storage System (OSS)
226233
- `p9fs`_ for 9P (Plan 9 Filesystem Protocol) servers
234+
- `PyAthena`_ for S3 access to Amazon Athena, with protocol "s3://" or "s3a://"
235+
- `PyDrive2`_ for Google Drive access
227236
- `s3fs`_ for Amazon S3 and other compatible stores, with protocol "s3://"
228237
- `sshfs`_ for access to SSH servers, with protocol "ssh://" or "sftp://"
229238
- `swiftspec`_ for OpenStack SWIFT, with protocol "swift://"
230239
- `wandbfs`_ to access Wandb run data (experimental)
240+
- `wandbfsspec`_ to access Weights & Biases (experimental)
231241
- `webdav4`_ for WebDAV, with protocol "webdav://" or "dav://"
232242
- `xrootd`_ for xrootd, with protocol "root://"
233243

234244
.. _abfs: https://github.com/dask/adlfs
235245
.. _adl: https://github.com/dask/adlfs
236246
.. _alluxiofs: https://github.com/fsspec/alluxiofs
237247
.. _boxfs: https://github.com/IBM/boxfs
248+
.. _csvbase: https://github.com/calpaterson/csvbase-client
238249
.. _dropbox: https://github.com/fsspec/dropboxdrivefs
239250
.. _dvc: https://github.com/iterative/dvc
251+
.. _fsspec-encrypted: https://github.com/thevgergroup/fsspec-encrypted
240252
.. _gcsfs: https://gcsfs.readthedocs.io/en/latest/
241253
.. _gdrive: https://github.com/fsspec/gdrivefs
254+
.. _git: https://github.com/iterative/scmrepo
255+
.. _hdfs-native: https://github.com/Kimahriman/hdfs-native/blob/master/python/hdfs_native/fsspec.py
256+
.. _httpfs-sync: https://github.com/moradology/httpfs-sync
242257
.. _huggingface_hub: https://huggingface.co/docs/huggingface_hub/main/en/guides/hf_file_system
243258
.. _ipfsspec: https://github.com/fsspec/ipfsspec
244-
.. _lakefs: https://github.com/appliedAI-Initiative/lakefs-spec
259+
.. _irods: https://github.com/xwcl/irods_fsspec
260+
.. _lakefs: https://github.com/aai-institute/lakefs-spec
261+
.. _morefs: https://github.com/iterative/morefs
245262
.. _ocifs: https://ocifs.readthedocs.io/en/latest/
246263
.. _ocilake: https://github.com/oracle/ocifs
247264
.. _ossfs: https://github.com/fsspec/ossfs
248265
.. _p9fs: https://github.com/pbchekin/p9fs-py
266+
.. _PyAthena: https://github.com/laughingman7743/PyAthena
267+
.. _PyDrive2: https://github.com/iterative/PyDrive2
249268
.. _s3fs: https://s3fs.readthedocs.io/en/latest/
250269
.. _sshfs: https://github.com/fsspec/sshfs
251270
.. _swiftspec: https://github.com/fsspec/swiftspec
252271
.. _wandbfs: https://github.com/jkulhanek/wandbfs
272+
.. _wandbfsspec: https://github.com/alvarobartt/wandbfsspec
253273
.. _webdav4: https://github.com/skshetry/webdav4
254274
.. _xrootd: https://github.com/CoffeaTeam/fsspec-xrootd
255275

0 commit comments

Comments
 (0)