Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 9.69 KB

File metadata and controls

79 lines (53 loc) · 9.69 KB
graph LR
    iRODS_Service_Layer["iRODS Service Layer"]
    iRODS_Filesystem_Manager["iRODS Filesystem Manager"]
    S3_Bucket_Connector["S3 Bucket Connector"]
    iRODS_Utility_Core["iRODS Utility Core"]
    iRODS_Service_Layer -- "comprises" --> iRODS_Filesystem_Manager
    iRODS_Service_Layer -- "comprises" --> S3_Bucket_Connector
    iRODS_Service_Layer -- "comprises" --> iRODS_Utility_Core
    iRODS_Filesystem_Manager -- "uses" --> iRODS_Utility_Core
    S3_Bucket_Connector -- "uses" --> iRODS_Utility_Core
    click iRODS_Service_Layer href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/irods_capability_automated_ingest/iRODS_Service_Layer.md" "Details"
Loading

CodeBoardingDemoContact

Details

The iRODS Service Layer acts as the primary interface for all interactions with the iRODS data management system, providing a unified and abstracted access point. This layer is composed of three central components: the iRODS Filesystem Manager, the S3 Bucket Connector, and the iRODS Utility Core. The iRODS Filesystem Manager is responsible for managing the lifecycle of files and directories originating from local filesystems within iRODS, handling operations such as registration, upload, appending data, and synchronization. Concurrently, the S3 Bucket Connector facilitates robust data transfer and synchronization between S3 buckets and iRODS, employing various upload strategies. Both the iRODS Filesystem Manager and the S3 Bucket Connector rely on the iRODS Utility Core, which provides essential low-level utility functions for interacting with the iRODS system, ensuring foundational support for higher-level operations. This architecture ensures a clear separation of concerns, with specialized components handling distinct data sources while leveraging a common utility set for core iRODS interactions.

iRODS Service Layer [Expand]

The overarching abstraction and subsystem boundary for all direct interactions with the iRODS data management system. It provides a unified and abstracted interface for all interactions with iRODS.

Related Classes/Methods:

iRODS Filesystem Manager

Manages the lifecycle of files and directories within the iRODS environment, specifically for data originating from local filesystems. This includes operations like registration, upload, appending data, and comprehensive synchronization of both data and metadata.

Related Classes/Methods:

S3 Bucket Connector

Facilitates robust interaction with S3 buckets to transfer and synchronize data with iRODS. It handles various upload strategies to optimize data transfer from cloud storage.

Related Classes/Methods:

iRODS Utility Core

Provides a foundational set of low-level, generic utility functions for interacting with the iRODS system. This component serves as a critical dependency for higher-level components within the iRODS Service Layer.

Related Classes/Methods: