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
Conversations with Ariadne

We've added a new conversational feature to Ariadne, our LLM-enhanced guide for the Graphileon platform. It makes learning the platform more intuitive and accessible.

Card image cap
Technical Interoperability: n8n & Graphileon Working Seamlessly Together

The combination of n8n and Graphileon offers unprecedented possibilities. n8n users get access to the graphy world of Graphileon, including the UI and the graph (data-science) libraries, Graphileon users benefit from the comprehensive suite of n8n connectors.

Card image cap
Building Secure Low-Code Solutions: Introducing the Hash function for Graphileon

Graphileon now has a Hash function, adding security and fingerprinting using various algorithms to the application flows.

Get started with Graphileon Cloud

The easiest way to get to know Graphileon is to create an account on Graphileon Cloud and start a free two-weeks trial. You'll get an environment with two graph stores installed, as well as access to the App Library with many examples.

You will be able to build graphy applications an browse your graph stores in a way you never did before.