Data types

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. This configuration is used until administrator make any change to 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 attributes:

  • nodeLabels - list of node labels which are used by Graphlytic. Nodes with not selected labels are not visible for Graphlytic. mandatory

  • relationshipTypes - list of relationship types which are used by Graphlytic. Relationships with not selected types are not visible for Graphlytic. mandatory