Catalog Application

Overview

The Catalog application is accessible from the K2view Web Framework by selecting the Catalog from the menu. Upon opening, the application displays the data retrieved from the Neo4j Graph DB and it allows navigating from one level to another through a data model’s graph, expanding and/or collapsing various nodes, searching for nodes, viewing their properties, and more.

The Catalog has a top bar for navigation, which includes the following areas:

General

The Catalog Navigator's main area enables navigation between different hierarchy levels, by expanding and collapsing various nodes.

The initial view displays the Data Platform nodes (the data source interfaces defined in the Fabric project), for which the Discovery process is performed. In case the Discovery process hasn't been executed on any project interface, the main area would be empty.

The Catalog's Legend, which presents the 3 node types with their respective icons, allows to hide or unhide all the elements of the same type.

Catalog's Version

The Navigator displays the latest Catalog version by default. The version number is displayed in the upper-left corner of the main area. By clicking it, you can either:

  • View another version, by clicking its number in the drop-down list.
  • Compare between 2 versions, by clicking the compare icon.

Click here for more information about the Catalog Versioning.

Data Platform and Schema's Context Menu

A single click on any Data Platform or Schema node opens the context menu:

The context menu allows performing the following actions:

  • Expand or Collapse the next level elements.

    • For example, clicking the icon of the Data Platform expands all of its Schemas.
    • A double-click on a selected node can either expand or collapse it.
  • Run Discovery on the selected Data Platform.

  • Hide an element from the window. A hidden element can be unhidden either from the Actions menu (as explained further in this article) or by reloading the Catalog.

  • Focus on the next level elements.

    • The Focus action differs from the Expand action in a way that it dives into the next hierarchy level, eliminating other nodes from the screen.

    • For example, whenis clicked on a Schema node, the Catalog will only display the Dataset nodes of the selected Schema.

    • In the Focus view, breadcrumbs are displayed in the upper-left corner of the main area, indicating your path within the Catalog tree. The breadcrumbs are clickable, and they allow to navigate up the tree.

Dataset Context Menu

Clicking on any Dataset node opens its context menu, which includes the following actions:

  • Expand Dataset fields:

    • Click the icon of the selected Dataset node to expand its fields. The Dataset node then changes its shape from a circle to a rectangle and displays field properties such as PK, FK and PII, where applicable.

    • To simultaneously expand all Datasets on the screen, click the icon on the Catalog's Legend:

    • To collapse an expanded Dataset, click the three dots in the corner of the node. To do so for all Dataset nodes together, click the . icon in the Catalog's Legend.
  • Hide an element from the window.

The menu bar is a toolbar located at the top of the window. It includes the following choices:

  • An Actions menu that allows to:
    • Edit Catalog. Click for more information about the Manual Overrides.
    • View the list of Hidden Nodes. Clicking a node in this list, unhides it and the node returns to the Catalog tree.
    • Build Artifacts. Click for more information about the Catalog artifacts.
    • Delete Catalog. Clicking it will delete all data from the Neo4j Graph DB (once the user confirms his action). This feature is useful during the Development when a user wants to run Discovery on various data platforms and then re-build the Catalog from scratch on the same space. Available in V8.1.
  • Search the Catalog. Click for more information about the Catalog Search.
  • Filter the Catalog graph by property. When a filter is set, the icon changes its color to . Available in V8.1. Click for more information about the Catalog Filter.
  • Hide the node from the Catalog graph. Multiple element selection is supported.
  • Show only connected , used for focusing only on a selected node with its predecessors and successors. When clicked, all other nodes are hidden, and the icon changes its color to , indicating it is now in use. Clicking the icon again, unhides the other nodes and returns to the original view.
  • Run Discovery , used for running the Discovery Job on the selected Data Platform.
  • Schema Insights , used for analyzing the Catalog's statistics in either a view version mode or a version comparison mode. The insights are currently available only on a Schema level.
  • Data Viewer , used for connecting to the selected Fabric interface and querying the data directly from the data source.
  • Layout selection , used for selecting a Catalog layout. A centered layout is the default, and vertical or horizontal layouts are supported.
  • Zoom in / out, used for adjusting the zoom of the view.

Properties Tab

The Properties tab displays the selected element's name, the icon of the type and the element's properties.

Each element has different properties. For example, a Dataset field has properties such as column size and source data type - created by the Crawler, and PII and Classification that are created by the plugins.

Clicking the property name or the icon next to the element's name, opens the More Info pop-up window that provides more details about the property, e.g., the property's Origin, which could be either the Crawler, one of the plugins or manual.

When the selected element is a relation (a link) between 2 objects in the Catalog tree, its properties are displayed in the Properties tab.

Note that in case there are more than one refers to relation between 2 Datasets, the Catalog tree displays only one link. However, the Properties tab displays details of all relations. In the below example, we can see that 2 refers to relations exist between the movie and the language Datasets:

Deep Linking

When navigating the Catalog tree and clicking a node, the node's path is added to the application URL using the following format:

/app/catalog/<version>/<data platform>/<schema>/<dataset>/<field>

Having a full node path allows sharing it as a direct link to a specific in-app location, thus saving the time and energy trying to locate a particular node.

The <version> should be either the word latest, or alternatively the letter V followed by the version number, for example:

/app/catalog/latest/CRM_DB/public/customer/customer_id
/app/catalog/V2/CRM_DB/public/customer/customer_id

The Catalog can also be accessed from the DB Interface Explorer tab in the Web Studio, as explained here.

Previous

Catalog Application

Overview

The Catalog application is accessible from the K2view Web Framework by selecting the Catalog from the menu. Upon opening, the application displays the data retrieved from the Neo4j Graph DB and it allows navigating from one level to another through a data model’s graph, expanding and/or collapsing various nodes, searching for nodes, viewing their properties, and more.

The Catalog has a top bar for navigation, which includes the following areas:

General

The Catalog Navigator's main area enables navigation between different hierarchy levels, by expanding and collapsing various nodes.

The initial view displays the Data Platform nodes (the data source interfaces defined in the Fabric project), for which the Discovery process is performed. In case the Discovery process hasn't been executed on any project interface, the main area would be empty.

The Catalog's Legend, which presents the 3 node types with their respective icons, allows to hide or unhide all the elements of the same type.

Catalog's Version

The Navigator displays the latest Catalog version by default. The version number is displayed in the upper-left corner of the main area. By clicking it, you can either:

  • View another version, by clicking its number in the drop-down list.
  • Compare between 2 versions, by clicking the compare icon.

Click here for more information about the Catalog Versioning.

Data Platform and Schema's Context Menu

A single click on any Data Platform or Schema node opens the context menu:

The context menu allows performing the following actions:

  • Expand or Collapse the next level elements.

    • For example, clicking the icon of the Data Platform expands all of its Schemas.
    • A double-click on a selected node can either expand or collapse it.
  • Run Discovery on the selected Data Platform.

  • Hide an element from the window. A hidden element can be unhidden either from the Actions menu (as explained further in this article) or by reloading the Catalog.

  • Focus on the next level elements.

    • The Focus action differs from the Expand action in a way that it dives into the next hierarchy level, eliminating other nodes from the screen.

    • For example, whenis clicked on a Schema node, the Catalog will only display the Dataset nodes of the selected Schema.

    • In the Focus view, breadcrumbs are displayed in the upper-left corner of the main area, indicating your path within the Catalog tree. The breadcrumbs are clickable, and they allow to navigate up the tree.

Dataset Context Menu

Clicking on any Dataset node opens its context menu, which includes the following actions:

  • Expand Dataset fields:

    • Click the icon of the selected Dataset node to expand its fields. The Dataset node then changes its shape from a circle to a rectangle and displays field properties such as PK, FK and PII, where applicable.

    • To simultaneously expand all Datasets on the screen, click the icon on the Catalog's Legend:

    • To collapse an expanded Dataset, click the three dots in the corner of the node. To do so for all Dataset nodes together, click the . icon in the Catalog's Legend.
  • Hide an element from the window.

The menu bar is a toolbar located at the top of the window. It includes the following choices:

  • An Actions menu that allows to:
    • Edit Catalog. Click for more information about the Manual Overrides.
    • View the list of Hidden Nodes. Clicking a node in this list, unhides it and the node returns to the Catalog tree.
    • Build Artifacts. Click for more information about the Catalog artifacts.
    • Delete Catalog. Clicking it will delete all data from the Neo4j Graph DB (once the user confirms his action). This feature is useful during the Development when a user wants to run Discovery on various data platforms and then re-build the Catalog from scratch on the same space. Available in V8.1.
  • Search the Catalog. Click for more information about the Catalog Search.
  • Filter the Catalog graph by property. When a filter is set, the icon changes its color to . Available in V8.1. Click for more information about the Catalog Filter.
  • Hide the node from the Catalog graph. Multiple element selection is supported.
  • Show only connected , used for focusing only on a selected node with its predecessors and successors. When clicked, all other nodes are hidden, and the icon changes its color to , indicating it is now in use. Clicking the icon again, unhides the other nodes and returns to the original view.
  • Run Discovery , used for running the Discovery Job on the selected Data Platform.
  • Schema Insights , used for analyzing the Catalog's statistics in either a view version mode or a version comparison mode. The insights are currently available only on a Schema level.
  • Data Viewer , used for connecting to the selected Fabric interface and querying the data directly from the data source.
  • Layout selection , used for selecting a Catalog layout. A centered layout is the default, and vertical or horizontal layouts are supported.
  • Zoom in / out, used for adjusting the zoom of the view.

Properties Tab

The Properties tab displays the selected element's name, the icon of the type and the element's properties.

Each element has different properties. For example, a Dataset field has properties such as column size and source data type - created by the Crawler, and PII and Classification that are created by the plugins.

Clicking the property name or the icon next to the element's name, opens the More Info pop-up window that provides more details about the property, e.g., the property's Origin, which could be either the Crawler, one of the plugins or manual.

When the selected element is a relation (a link) between 2 objects in the Catalog tree, its properties are displayed in the Properties tab.

Note that in case there are more than one refers to relation between 2 Datasets, the Catalog tree displays only one link. However, the Properties tab displays details of all relations. In the below example, we can see that 2 refers to relations exist between the movie and the language Datasets:

Deep Linking

When navigating the Catalog tree and clicking a node, the node's path is added to the application URL using the following format:

/app/catalog/<version>/<data platform>/<schema>/<dataset>/<field>

Having a full node path allows sharing it as a direct link to a specific in-app location, thus saving the time and energy trying to locate a particular node.

The <version> should be either the word latest, or alternatively the letter V followed by the version number, for example:

/app/catalog/latest/CRM_DB/public/customer/customer_id
/app/catalog/V2/CRM_DB/public/customer/customer_id

The Catalog can also be accessed from the DB Interface Explorer tab in the Web Studio, as explained here.

Previous