Skip to content

Commit

Permalink
add links to S3Map and HDFSMap
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 17, 2016
1 parent 187e758 commit 4c19ee9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,13 @@ because items within a Zip file cannot be updated in place. This means
that data in the array should only be written once and write
operations should be aligned with chunk boundaries.

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

.. _tutorial_tips_chunks:

Chunk size and shape
Expand Down

0 comments on commit 4c19ee9

Please sign in to comment.