Get started with Graphileon with these videos

Getting started with Graphileon. A series of videos about installation, configuration and building Graphileon applications.

You’ve downloaded your free copy of Graphileon Personal Edition from our website.  Great!  Now let’s get started! In this post, you find the videos that we have recorded to help you.

Installation and configuration

The first video explains how to install and configure Graphileon Personal Edition with one graph store in Neo4j Desktop and a second Neo4j Sandbox store with demo data in the cloud.

User interface basics

Our second video walks you through the user interface. We explain the UI elements and tools that are available in Graphileon. You learn how to use Graphileon to explore and manage your data, and how you can style your nodes and relations for a better appearance of your graphs.

Your application is a graph

The third video is about the basics of building applications. By using

(:Function)-[:TRIGGER]->(:Function)

patterns, you connect queries to tables, queries to network visualisations. In short, you create applications that are really graphy.

Respond to user input

The fourth video illustrates how to use user input, like clicks on rows (in a GridView) , or a node (in a NetworkView)  to feed parameters into the next Function. For example, this pattern

(:GridView)-[:TRIGGER {type:'rowClick',$params.personId}]

->(:Query {cypher:'MATCH (p:Person {id:$personId}) ... '})

passes the personId from a row in a GridView to the Query

If, after watching these videos, you still have questions, you may find the answers in our on-line documentation. For other questions, please send a message to slack@graphileon.com, so we can send you an invite to our Slack channel.


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.