In a Domino Nexus deployment, CLI access to Datasets is only available in the
Local data plane.- Create a Dataset in your project, and write your large data files to it.
- After the files have been written to the Dataset, remove them from your project files.
- Fetch a clean, lighter-weight copy of your project.
-
Update your code to reference your data files in their new location, at:
/domino/datasets/local/<dataset-name>/ - When everything is working properly, delete copies of the project that have the large data files in them from your local machine.