Mount a dataset
To mount a dataset, you’ll need the appropriate Dataset role and you must be an owner or contributor on the Project to which you want to mount the dataset.- Launch Domino and open the Project that you want to work with.
- From the left navigation pane, click Data > Datasets.
- On the Domino Datasets page, click the Mount Shared Dataset button.
- Choose the dataset that you want to mount from the Dataset Name menu, then click Mount Dataset.
Datasets (both imported and standard) are mounted as read-write (RW) or read-only (RO) based on the role of the user running the execution.
Unmount a shared dataset
Unmounting a shared dataset will not remove it from existing executions until the execution completes. However, the dataset will not be available for new executions in this Project. To unmount a dataset, you’ll need the appropriate Dataset role and you must be an owner or contributor on the Project from which you want to unmount the dataset.- Open the Project that you want to unmount the dataset from.
- From the left navigation pane, click Data > Datasets.
- Look for the dataset you want to unmount in the Domino Dataset list.
- At the end of its row, click the three vertical dots and click Unmount.
Render a dataset
Domino supports tabulated previews for a number of file formats to streamline your data analysis and workflows. This minimizes downloading files and artifacts from Domino, while keeping sensitive data inside the Domino platform. As a prerequisite for viewing in a tabulated format, make sure that the Define.xml file and its associated style sheet (.xsl file) are in the same directory. There are a couple of ways to view these:- From within a Domino Dataset: Double-click the Define.xml file to render it in a readable format.
-
From within Domino artifacts:
- View Styled XML: click Show Rendered XML to render it in a readable format.
| File formats | File types |
|---|---|
Microsoft Office |
|
OpenDocument |
|
Other |
|
SAS |
|
Find a dataset path to access it in your code
In order to access a dataset or a snapshot in your code, you need to know its path. There are several ways to find the path to a dataset or any of its snapshots in Domino.-
From a Workspace:
- Before launching a Workspace: from the left navigation, click Workspaces > Settings.
- In a running Workspace: from the left navigation, click Data > Datasets.
-
From a Job:
- When launching a Job: from the left navigation, click Jobs, choose the job from the list, then click Details > Data.
- In a running Job, click Details > Data.
Understand dataset paths
Domino executions (workspaces, jobs, apps, and launchers) automatically make datasets and their associated snapshots from a Project available. The following configuration demonstrates the conventions followed by a predefined path:-
Dataset called
clapton(local to the project)-
Snapshot 1 (tagged with
tag1) - Snapshot 2 (not tagged)
-
Snapshot 1 (tagged with
-
Dataset called
mingus(local to project)-
Snapshot 1 (tagged with
tag2) - Snapshot 2 (not tagged)
-
Snapshot 1 (tagged with
-
Dataset called
ella(shared from another project)-
Snapshot 1 (tagged with
tag3) - Snapshot 2 (not tagged)
-
Snapshot 1 (tagged with
-
Dataset called
davis(shared from another project)-
Snapshot 1 (tagged with
tag4) - Snapshot 2 (not tagged)
-
Snapshot 1 (tagged with
Dataset paths in DFS projects
The mounting paths in DFS projects behave according to the following scheme: Dataset in the project:-
/domino/datasets/local/<name>- mounted as RW -
/domino/datasets/local/snapshots/<name>/<tag>- mounted as RO -
/domino/datasets/local/snapshots/<name>/1- mounted as RO -
/domino/datasets/local/snapshots/<name>/2- mounted as RO
-
/domino/datasets/<name>- mounted as RO -
/domino/datasets/snapshots/<name>/<tag>- mounted as RO -
/domino/datasets/snapshots/<name>/1- mounted as RO -
/domino/datasets/snapshots/<name>/2- mounted as RO
Dataset paths in Git-based projects
The mounting paths in Git-based projects behave according to the following scheme: Dataset in the project:-
/mnt/data/<name>- mounted as RW -
/mnt/data/snapshots/<name>/<tag>- mounted as RO -
/mnt/data/snapshots/<name>/1- mounted as RO -
/mnt/data/snapshots/<name>/2- mounted as RO
-
/mnt/imported/data/<name>- mounted as RO -
/mnt/imported/data/snapshots/<name>/<tag>- mounted as RO -
/mnt/imported/data/snapshots/<name>/1- mounted as RO -
/mnt/imported/data/snapshots/<name>/2- mounted as RO
Next steps
- Create and manage Dataset Snapshots for data reproducibility.
- Learn about Dataset best practices.