Data types

Permission: Settings management

Data types setting is used to set which node labels and which relationship types are used by Graphlytic. Nodes and relationships which are not selected by this setting are not visible in Graphlytic in any way. This setting can be used to distinguish between data for analysis and other data in Neo4j which can be hidden for all users. If you want to view all nodes or all relationships use "*" in configuration.

Configuration

  1. Left menu - settings

  2. In panel "Settings list" use icon "Update" for setting "DATA_TYPES".

  3. Enter JSON configuration and confirm by pressing "Save" button.

Default configuration

Default configuration contains several default attributes to see how configuration should looks like. Probably this configuration doesn't match model of your data but can serve as example of short configuration.

  1. Left menu - settings

  2. In panel "Settings list" use icon "Update" for setting "DATA_TYPES".

  3. Press button "Default" and store by pressing button "Save".

Automatic configuration

Automatic configuration is used to generate configuration where all nodes and relationships will be visible for Graphlytic.

This automatically generated configuration can be used as good starting point to create own configuration.

  1. Left menu - settings

  2. In panel "Settings list" use icon "Update" for setting "DATA_TYPES".

  3. Press button "Automatic", wait for generator to generate JSON and store by pressing button "Save".

Description of configuration

Configuration is entered as JSON. Example of JSON:

{
"nodeLabels": ["Ci"],
"relationshipTypes": ["RELATED"]
}

Explanation of JSON properties:

Property

Values

Default

Description

Usage

nodeLabels

MANDATORY

Array of strings

[ "*" ]

Array of node DB labels which are visible in Graphlytic. Nodes which are not listed are not visible in Graphlytic. "*" means all existing labels. Empty array is not valid.

Search Page, Visualization

relationshipTypes

MANDATORY

Array of strings

[ "*" ]

Array of relationship types which are visible in Graphlytic. Relationships types which are not listed are not visible in Graphlytic. "*" means all existing relationships. Empty array is not valid.

Search Page, Visualization