[ 
https://issues.apache.org/jira/browse/BEAM-6807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144747#comment-17144747
 ] 

Aldair Coronel commented on BEAM-6807:
--------------------------------------

*[Quick Update]*

An Azure Blob Storage Adress looks like this:

  *_https://<storage-account>.blob.core.windows.net/<container>/<blob>_*

Taking into consideration that path arguments will be URLs in the form of 
*_scheme://foo/bar_* (you can find this specification in the filesystem.py 
file), AWS s3 implementation uses *_'s3'_* as the scheme and GCP uses *_'gs'_*. 
In this implementation, I am opting for a custom scheme: *_'azfs'_*.

Tensorflow uses the same. You can find it here: 
[https://www.tensorflow.org/io/tutorials/azure]

> Implement an Azure blobstore filesystem for Python SDK
> ------------------------------------------------------
>
>                 Key: BEAM-6807
>                 URL: https://issues.apache.org/jira/browse/BEAM-6807
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Pablo Estrada
>            Assignee: Aldair Coronel
>            Priority: P2
>              Labels: GSoC2019, azure, azureblob, gsoc, gsoc2019, gsoc2020, 
> mentor, outreachy19dec
>
> This is similar to BEAM-2572, but for Azure's blobstore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to