Future-Proofing through
Open Source and
Data Management Policy
Terrell Russell, Ph.D.
@terrellrussell
Executive Director, iRODS Consortium
April 15-17, 2024
BioIT World 2024
Boston, MA
Our Membership
Consortium
Member
Consortium
Member
Consortium
Member
Our Business Model
Start with Proof of Concept
Consortium Membership
Tier 3 Support
Long-Term Thinking
The data management platforms being sold into the bio and pharmaceutical industries are expensive and incentivized to vertically integrate and capture the customer.
Long-term Data Management is best executed when policies are clear and infrastructure is abstracted and swappable.
iRODS provides an open-source example of how this approach can be implemented to sustain FAIR data practices, consistency, and cost-savings across your enterprise.
Today's Ecosystem
Types of Products
Today's Ecosystem
Types of Products
Data Lifecycle
Ingest to Institutional Repository
As data matures and reaches a broader community, data management policy must also evolve to meet these additional requirements.
Pros and Cons
Not just a technical problem
Data Management Mandates
National Institutes of Health (NIH)
White House Office of Science and Technology Policy (OSTP)
Data Management
In the end, to be valuable, your data (and your process) need to be
What is iRODS
Open Source
Distributed
Data Centric & Metadata Driven
iRODS as the Integration Layer
Why use iRODS?
People need a solution for:
The larger the organization, the more they need software like iRODS.
Working Groups
Imaging Working Group
AWS Lambda for S3
Open Source:
Automated Ingest Capability
Indexing Capability
Open Source:
NFSRODS
Open Source:
Storage Tiering Capability
Policy Composition
Consider Storage Tiering:
iRODS Capabilities
Big Picture
iRODS is a flexible platform for building long-term solutions
Big Picture
Proper data management requires policy enforcement.
These policies will change over time.
Open source is the best practice for a 100-year view.
Questions?
Thank you.
May 28-31, 2024
Automated Ingest - Landing Zone
Automated Ingest - Filesystem Scanning
Storage Tiering
Core Competencies
Policy
Capabilities
Indexing
Core Competencies
Policy
Capabilities
Publishing
Deployment Patterns
Data to Compute
Compute to Data
Data Transfer Nodes
Filesystem Synchronization
Filesystem Synchronization
Data to Compute
Compute to Data
Data Transfer Nodes
The Data Management Model
iRODS S3 Functionality
The iRODS S3 storage resource plugin allows iRODS to use any S3-compatible storage device or service to hold iRODS Data Objects, on-premises or in the cloud.
This plugin can work as a standalone "cacheless" resource or as an archive resource under the iRODS compound resource. Either configuration provides a POSIX interface to data held on an object storage device or service.
The following S3 services and appliances (in no particular order) have been tested:
Protocol Plumbing - Presenting iRODS as other Protocols
Over the last few years, the ecosystem around the iRODS server has continued to expand.
Integration with other types of systems is a valuable way to increase accessibility without teaching existing tools about the iRODS protocol or introducing new tools to users.
With some plumbing, existing tools get the benefit of visibility into an iRODS deployment.
The iRODS Data Management Model
Core Competencies
Policy
Capabilities
Patterns
iRODS Core Competencies
The underlying technology categorized into four areas
Data Virtualization
Combine various distributed storage technologies into a Unified Namespace
iRODS provides a logical view into the complex physical representation of your data, distributed geographically, and at scale.
Projection of the Physical into the Logical
Logical Path
Physical Path(s)
Data Discovery
Attach metadata to any first class entity within the iRODS Zone
iRODS supports automated and user-provided metadata which makes your data and infrastructure more discoverable, operational, and valuable.
Metadata Everywhere
Workflow Automation
Policy Enforcement Points (PEPs) are triggered by every operation within the framework
The iRODS rule engine framework provides the ability to capture real world policy as computer actionable rules which may allow, deny, or add context to operations within the system.
Dynamic Policy Enforcement
The iRODS rule may:
Dynamic Policy Enforcement
A single API call expands to many plugin operations all of which may invoke policy enforcement
Plugin Interfaces:
Secure Collaboration
iRODS allows for collaboration across administrative boundaries after deployment
iRODS provides the ability to federate namespaces across organizations without pre-coordinated funding or effort.
iRODS as a Service Interface
Federation - Shared Data and Services
What is a Policy
A Definition of Policy
A set of ideas or a plan of what to do in particular situations that has been agreed to officially by a group of people...
So how does iRODS do this?
iRODS Policies
The reflection of real world data management decisions in computer actionable code.
(a plan of what to do in particular situations)
Possible Policies - The What
iRODS Scenario - S3 Eject
To "eject" a part of a user's data from an iRODS Zone...
Then, when ready...
Questions?
Use Cases
iRODS
The Wellcome Sanger Institute
Sanger - Replication
Sanger - Metadata
attribute: library
attribute: total_reads
attribute: type
attribute: lane
attribute: is_paired_read
attribute: study_accession_number
attribute: library_id
attribute: sample_accession_number
attribute: sample_public_name
attribute: manual_qc
attribute: tag
attribute: sample_common_name
attribute: md5
attribute: tag_index
attribute: study_title
attribute: study_id
attribute: reference
attribute: sample
attribute: target
attribute: sample_id
attribute: id_run
attribute: study
attribute: alignment
Sanger - Federation
Maastricht DataHub
Maastricht DataHub
SURF Scale Out Pilot
University Zone
Catalog Provider
University Zone
Server Hosting Environment
Catalog Consumer
Tape Archive
Disk Storage
Object Storage
Catalog Consumer
Catalog Provider
SURF EUDAT CDI
External Community Zones
Zone
Local Storage
CXFS
Tape Library
EUDAT University Zone
EUDAT University Zone
B2SAFE iRODS Federation
EUDAT Centers
iRODS Federation
ARCHIVE
GridFTP Data Movement
Catalog Provider
Catalog Provider
Catalog Provider
Catalog Provider
Questions?
Overview
iRODS Proof of Concept
Initial Goals
Automated Ingest
Any data that is discovered during a scan
Users can view and access data and metadata from any client
Data Discovery with Metalnx
Automated Ingest has provided metadata for data discovery
The metadata can be directly inspected in Metalnx
The query builder can be used to identify data sets of interest via Attribute, Value, Unit matches
Queries to the system metadata may also be performed, searching on values such as file name, collection path, user, etc.
File System Presentations: Davrods
Davrods provides both a simple web based interface (via WebDAV) as well as the ability to mount a folder on the desktop
Davrods is an Apache Module implemented in C using the native iRODS POSIX API
Davrods can be used to edit data in-place, or to copy data to/from a user's collections
File System Presentations: NFSRODS
NFSRODS leverages the Java iRODS Client Library 'Jargon' and is implemented with NFS4J
NFSRODS acts as a Mid-Tier client to iRODS
NFSRODS projects iRODS ACLs into NFSv4 extended ACLs
NFSRODS can also be used to edit data in-place, or to copy data to/from a user's collections
Data Discovery with Command Line
Query using imeta, a command-line iRODS client utility:
imeta qu -d "Image Make" = Apple
iquest "%s/%s" "SELECT COLL_NAME, DATA_NAME WHERE META_DATA_ATTR_NAME = 'Image Make' AND META_DATA_ATTR_VALUE = 'Apple'"
Query using iquest, a command-line iRODS client utility:
Questions?