Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-31-2018 04:13 AM
Graphileon is a platform to build applications that are, as we call it, graphy .
This means that applications are built using graphs :
(:Function)-[:TRIGGER]->(:Function)
Functions are the building blocks of any Graphileon application. We have functions that render user interface elements, like tables, maps and charts, and functions that do not, like queries, input-output functions, ajax functions. Functions are linked by triggers, to create meaningful interactions. Some examples:
(:Query)-[:TRIGGER {type:'success'}]->(:Grid)
(:Query {process:true})-[:TRIGGER {type:'success'}]->(:Network)
(:Grid)-[:TRIGGER {type:'rowClick'}]->(:Query)-[:TRIGGER {type:'success'}]->(:Chart)
(:Chart)-[:TRIGGER {type:'select'}]->(:Query)-[:TRIGGER {type:'success'}]->(:Map)
(:Timer)-[:TRIGGER {type:'end'}]->(:Ajax)-[:TRIGGER {type:'success'}]->:Grid)
As you can see : Graphileon applications are graphs! Functions and triggers are stored in a graph database.
08-31-2018 04:20 AM
You should embed some videos and screenshots to show how cool it is.
All the sessions of the conference are now available online