Project-MONAI / Project-MONAI/MONAI

Add cloud data loading support

Open
#8,173 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature request
Dominant language
Python
Stars
8.7k
Forks
1.6k
Avg merge
5d 1h
Merged PRs (30d)
20

Description

This feature would enable the application to pull, process, and store data directly from cloud-based services, such as AWS, Google Cloud, and Azure. By integrating cloud data support, we aim to provide users with more flexibility and scalability in managing their data, especially when dealing with large datasets or distributed systems.

Implementation Considerations:
API Integrations: We would need to support APIs for major cloud providers (e.g., S3 for AWS, Blob Storage for Azure, and Google Cloud Storage).
Authentication and Security: Secure access management is critical, so we may need integrate with cloud authentication protocols like IAM.
Data Formats and Compatibility: Support for multiple data formats (e.g., CSV, JSON, DICOM) to ensure compatibility with various data types stored on the cloud.

ref:
https://github.com/webdataset/webdataset
https://github.com/mosaicml/streaming
https://aws.amazon.com/healthimaging/

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points, so begin by locating the existing data-loading interfaces and reviewing how external storage is handled. Before implementation, clarify the provider scope, authentication approach, supported formats, and processing behavior. Done requires an agreed design and corresponding coverage for the selected cloud integrations.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, azure, gcp, python
Domain
cloud, data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.