Data Assets Guide
Learn to create, use, and share Data Assets in Code Ocean
Learn to create, use, and share Data Assets in Code Ocean
Data Assets make it easy to share and find data within your organization and improve the performance of Capsule computations. A single Data Asset can simultaneously be used by multiple users across many Capsules or Pipelines. This is possible because Data Assets are independent cloud storage on AWS S3 or EFS. Data Assets are mounted to a Capsule with read only access, which reduces the Capsule's size and speeds up the computation.
Code Ocean utilizes S3 Intelligent Tiering to automatically move data across 3 instant-access tiers and 2 archive tiers to optimize storage costs when access patterns change. This results in cost savings while maintaining the same performance as standard S3. Similarly, Code Ocean utilizes EFS Intelligent Tiering, which can automatically transition between Standard, Infrequent Access, and Archive based on access patterns to save on cost without compromising performance. These can be configured by the deployment Administrator.
This guide covers the following:
Get to know the different types of Data Assets.
How to create a new Data Asset.
How to capture a result as a Data Asset.
How to find Data Assets.
How to manage Data Assets.