Introducing the 4.2 version of Graphlytic - graph analytics software, designed to help you gain insights into complex networks and data structures.

This release is focused on graph query management and "quality of life" improvements in visualization. We will cover the most important improvements in this post and the full list of changes can be found in the Release Notes.

 

Graph Rotation and related controls

Graph rotation is a new feature for layout manipulation in visualization. Since there are a couple of different ways to stretch, zoom, or rotate the graph we have decided to redesign the zoom controls in the left top corner of the canvas to have these options in one place.

Zoom, stretch, rotate, or fit to screen the graph in Graphlytic visualization

  1. Fit to screen - Automatically set the zoom level and graph position to fit all elements of the visualized graph on the screen.
  2. Zoom in or out - Available also with mouse scrolling
  3. Stretch the graph - Stretch or compress the graph. This operation is moving the nodes closer or farther from each other. Available also with the CTRL() + mouse scrolling.
  4. Rotate the graph - Rotate left or right the selected part of the graph. The whole graph is rotated if nothing is selected. Available also by holding the right mouse button and moving the mouse.

Zoom panel options, e.g. rotate or stretch in Graphlytic visualization

 

Multiple Properties in Visualization Elements Titles

Support for multiple titles in the visualization allows multiple property values to be shown under nodes or on relationships. If a property is not defined for some elements then this property is skipped in the titles.

This is quite handy in case you want to show different property values for each element type or category. Let's say there is a "name" property for Company nodes and an "address" property for Address nodes. Just add "name" and "address" properties in the Titles setting and each node will show the appropriate value in the title.

Multiple element titles in Graphlytic visualization

 

Detailed listing of data changes in a visualization

Saved visualizations in Graphlytic can be used as a static snapshot of a particular state in the graph. When a visualization is opened you can choose if you want to see the saved state or if you want to automatically refresh elements data and show what was changed (This is the default behavior. To change it take a look at the Loading Modes).

After a saved visualization is opened using the REFRESH mode and there have been some data changes then this notification is displayed:

Graphlytic visualization notification about changes in the saved visualization

After clicking on the "Show all changes" link a modal window with all changes is shown.

Graphlytic visualization detail of changed data after a saved visualization is opened

 

Query Template Editor

Writing custom queries or query templates (in Cypher or Gremlin) is an important part of every advanced solution. Mainly query templates are enhancing the solution for non-technical users with the ability to hide complex queries behind a simple form. We have improved the query template editor to make this process more convenient and faster.

The process of creating a query template was reduced to:

  1. Write the query (in Cypher or Gremlin) you want to turn into a template.
  2. Change values to dynamic parameters. These are usually node IDs, conditions, node or relationship types, etc.
  3. Graphlytic detects all dynamic parameters and creates configurations for them.
  4. Choose appropriate types for dynamic parameters and configure them, if needed.
  5. Save and enjoy!

This query template:

Query Template Editor in Graphlytic 4.2

is turned into this form for the user:

Query Template form in Graphlytic

Users can simply type in values into the form (suggestions are listed when the user starts typing) and then run the query without knowing how is the actual query constructed behind the scenes. A summary of the result is presented and the user can easily visualize it with the "Visualize" button.

Query Template result in Graphlytic

 

Contact us or leave a comment below if you would like to know more or schedule a demo.