Creating a data model (BizDataX Portal)

Creating a data model on BizDataX Portal includes the import of schemas, tables, and columns to BizDataX Portal.

The data model is created in the BizDataX Portal database after retrieved via the connection string, and it is used when searching for sensitive data, creating a masking flow, and executing packages.

Table of contents
Import to BizDataX Portal
     Picture steps
     Video steps

Import to BizDataX Portal

Picture steps

Import to BizDataX Portal is a prerequisite for import into the BizDataX Designer. To import schemas, tables, and columns to BizDataX Portal, open the BizDataX Portal and do the following:

  • Create project
  • Create data source
  • Create environment

To create a project, click Create project button (plus icon) in the upper-right corner on the BizDataX Portal home page,

New project

which will open Create project screen. Populate mandatory field Name and commit.

CreateProject01

Open created project by selecting icon on project's panel:

OpenProject01

which will open Project Dashboard screen with new navigation menu.

Manage data sources

On navigation menu select 'Data management --> Data sources' or select icon on Data management panel on project's dashboard screen.

To create a data source, click the Create data source button in the upper-right corner.

New data source

Enter the Name and select the Analyzer type.
Analyzer types versions selected during the installation of the BizDataX Portal are now offered. Since this guide uses an Oracle database, select Oracle as analyzer type and commit.

Create data source

To create an environment, click the Create environment button in the upper-right corner above the Environments grid that opens the 4-step wizard.

New environment

Enter the Name and Connection string.
An example is data source=localoracle:1522/xe;user id=system;password=oracle.
To proceed to the next step that is a schema selection for the data model, save changes.

Create environment

Select schemas for import, and to proceed to the next step that is a table selection for the data model, click the Next button.

Import schemas

Select tables for import, and to proceed to the next step that is a columns import to the data model, click the Next button.

Import tables

All columns from the selected tables are automatically imported. The environment is imported and ready for use.

Import columns

With confirming on Confirm (finish) button system will be redirected to Environments overview list screen, where all imported environment can be seen.

Environments overview list

To see all imported metadata select from table menu option View environment details.

Imported metadata

And to see imported metadata details select from table menu option View imported metadata details which will open pop-up window with Columns details overview table

Imported metadata details - Columns

and Relationship details overview table.

Imported metadata details - Relationship

Video steps