Navigating to our documentation

Easy access to the Graphileon documentation

Every now and then, we need to look up things in our documentation ourselves. So we configured a context menu-option for function nodes, in order to provide easy access to the Graphileon documentation. It takes you directly to the relevant page in our documentation.

Easy access to the Graphileon documentation : The configuration of the context menu option

You can see the diagram here https://public.graphileon.com/?diagram=287600. If you want to implement it on your own Graphileon (3.0.0 or higher), you can use this JSON, and import the configuration into your application store. You may have to change the source of the TRIGGER to the NetworkView or YFilesView in your existing configuration.

The configuration explained

The picture below shows the configuration of the TRIGGER relationship that provides you with the functionality to easily navigate to the relevant page in our documentation. Here, I will explain more about the workings of this TRIGGER.

Easy access to documention: trigger configuration

The source of the TRIGGER relationship is a NetworkView function. This means that it reacts to events that are occurring in this function.
The target of the TRIGGER is a Navigate function that will be executed when the TRIGGER fires.

The TRIGGER with menu:node and type:context properties translates into an additional option in the context menu that opens when right-clicking on a node.
We do not want this option to be available always, but only when a user right-clicks on a function node. To achieve this, we add a show property with a dynamic value.

The part includes((%)._function.state.selected.nodes[0].labels,'IA_Function')returns true in case the node has an IA_Function label.

 

 

 

 


Card image cap
Graphileon partners with thatDot to support Quine streaming graph for real-time analytics

Graphileon partners with thatDot to develop connectors for Quine (quine.io), an open-source streaming graph solution for event-driven applications.

Card image cap
Release of Graphileon 3.6.0

The release of Graphileon 3.6.0 brings numerous enhancements and features to this graph database management software. Here are the key highlights: New Components and Features: This version introduces new and improved components (Functions) and incorporates user-requested features, enhancing the functionality of the software. Enhanced Visualization: Users can now customize the visualization of nodes in the … Continued

Card image cap
The Graphileon App Library

Graphileon includes an App Library since version 3.1. The App Library contains demos to inspire you and to get you started building your own graphy applications. We included demo configurations ranging from a simple “Hello World” popup to examples that show you how to work with Google Maps, Google Charts, API calls, node templating or … Continued

Get started with Graphileon Personal Edition in the cloud or on your desktop.

The easiest way to get to know Graphileon is to spin up the Personal Edition in the Graphileon Cloud. It comes with two graph stores installed and access to the App Library with examples and apps. You can also download and install Graphileon Personal Edition to run it on your desktop. Either way, you will be able to build graphy applications an browse your graph stores in a way you never did before.