Skip to content

Proxy for ironArray arrays #605

@FrancescAlted

Description

@FrancescAlted

For the Spark interface it would be nice to implement a proxy for accessing remote ironArray arrays so that we don't need a shared filesystem.

This can be achieved quite easily with a similar interface than the current proxy for Zarr objects. We just need to implement a network interface to our ironArray objects and ask for metainfo (shape, dtype...) and slices remotely.

As a proof of concept, we can use FastAPI (for the server) and requests (for the client).

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions