We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187e758 commit 4c19ee9Copy full SHA for 4c19ee9
docs/tutorial.rst
@@ -414,6 +414,13 @@ because items within a Zip file cannot be updated in place. This means
414
that data in the array should only be written once and write
415
operations should be aligned with chunk boundaries.
416
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
+
424
.. _tutorial_tips_chunks:
425
426
Chunk size and shape
0 commit comments