question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nested cloud storage

See original GitHub issue

Following on from gh-177, is it possible to also use the NestedDirectoryStorage with s3fs? I’m currently looking at code roughly equivalent to:

store = s3fs.S3Map(
    root='example.zarr',
    s3=s3, check=True, create=True
)

ds.to_zarr(store=store, mode='w', group=name)

and am missing if there’s a parameter and/or a delegation pattern that I could use to go from . to / notation.

see also:

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
chrisroatcommented, Feb 19, 2020

I’d like to understand what the roadmap is here.

I came across this while assuming everything worked with cloud buckets, but painted myself into a corner in using N5Store (for neuroglancer viz), which does not. My first inclination was that the storage.py layer could be adjusted to replace os calls with fsspec-type code. But in reading this and #410, it looks like something bigger is in the works.

How can I help?

1reaction
joshmoorecommented, Sep 22, 2021

With the dimension_separator epic complete (https://github.com/zarr-developers/zarr-python/issues/707), nested cloud storage is now possible with the FSStore implementation. The default value has not been changed, but can be passed on creation. The setting will be stored in the .zarray metadata.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uploading to nested buckets in google cloud storage
In google cloud storage, i have bucket called cats inside a root bucket called images. Im using the google-api-ruby-client gem to upload ...
Read more >
About nested virtualization - Compute Engine - Google Cloud
Nested virtualization lets you run virtual machine (VM) instances inside of other VMs so you can create your own virtualization environments. To support...
Read more >
TechDocs: Cloud Storage bucket nested directories #3948
Enable publishers support using nested directories in a bucket. Possible Implementation. Publishers should be able to handle the documentation ...
Read more >
Nested resiliency for Storage Spaces Direct - Azure Stack HCI
Nested resiliency is a capability of Storage Spaces Direct in Azure Stack HCI and Windows Server. It enables a two-server cluster to ...
Read more >
3 things infrastructure pros need to know about nested ...
Nested virtualization is the technique of running a hypervisor inside another hypervisor. Think of running Hyper-V within VMware ESXi. In this ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found