Skip to content

Commit 4c19ee9

Browse files
committed
add links to S3Map and HDFSMap
1 parent 187e758 commit 4c19ee9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/tutorial.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,13 @@ because items within a Zip file cannot be updated in place. This means
414414
that data in the array should only be written once and write
415415
operations should be aligned with chunk boundaries.
416416

417+
The Dask project has implementations of the ``MutableMapping``
418+
interface for distributed storage systems, see the `S3Map
419+
<http://s3fs.readthedocs.io/en/latest/api.html#s3fs.mapping.S3Map>`_
420+
and `HDFSMap
421+
<https://github.com/dask/hdfs3/blob/master/hdfs3/mapping.py>`_
422+
classes.
423+
417424
.. _tutorial_tips_chunks:
418425

419426
Chunk size and shape

0 commit comments

Comments
 (0)