Data types

Permission: Settings management

Data types setting is used to set which nodes labels and which relationship types are used by Graphlytic. Nodes and relationships which are not selected by this setting are not visible for Graphlytic. This means if you add new node label or relationship type into Neo4j, you need to add them into this setting to see them in Graphlytic.

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 which contains all existing node labels and all existing relationship types.

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 used by Graphlytic. Nodes which are not listed are not visible for Graphlytic.

Search Page, ACL Page, Visualization

relationshipTypes

MANDATORY

"nodes", "edges"

 

Array of relationship types which are used by Graphlytic. Relationships types which are not listed are not visible for Graphlytic.

Search Page, ACL Page, Visualization