Install the data experience
Overview
This section covers everything you need to install a release package from a data experience for CinchyDXD 2.0.
Prerequisites
Before you start an installation, you must make sure that your source and target environment version of Cinchy are the same. For example, Source Version 5.5, Target Version 5.5.
Installation overview
The installation for a release package typically proceeds in the following steps:
Build Data Experience from repository artifacts.
Prepare connections for Cinchy Tables.
Prepare CSVs.
Prepare Models.
Prepare reference data.
Prepare pre/post-install scripts.
Initialize the target Cinchy instance.
Execute pre-install scripts.
Load Cinchy Table Connections.
Load the Data Experience and Reference Data CLIs.
Install the Data Experience Model.
Continue installation of Data Experience metadata.
Install the Reference Data.
Execute post-install scripts
Record the Release.
Clean up install.
Versioning
CinchyDXD uses version arguments for installations. These
Install the release package
Open PowerShell and navigate to the location of the release package created from your CinchyDXD export.
Run
.\CinchyDXD.ps1 install
with the required and optional parameters.The installation will run through the steps listed above.
Install arguments
Use the following arguments to create your installation with CinchyDXD.
For a list of the available parameters, see the Install section of the CinchyDXD commands reference page for more information.
Example
The following example shows the use of arguments for a data package export in Cinchy.
Validate install
To validate the install:
Make sure all entities that were present were installed on the target environment. For example, make sure your tables, data sync configurations, and saved queries are present.
Make sure that the Data Experience Definitions table has the DX parameters from the source environment.
Last updated