There is no spoon.
The Matrix
Adds these features to Neo4j Browser
-
DataTable (search, sort, paginage)
-
Zoom for graphs and query plans (Hold Alt- and drag / pan)
-
Charts (Currently Line-Charts)
Just drag this link Spoon to your bookmarks toolbar.
javascript:var h=document.getElementsByTagName('html')[0];var s=document.createElement('script');s.setAttribute('src','https://code.jquery.com/jquery-3.3.1.min.js');h.appendChild(s);setTimeout(function() {var s=document.createElement('script');s.setAttribute('src','https://rawgit.com/jexp/spoon-neo4j/browser-3x/spoon.js');h.appendChild(s);},1000);
match (n:Movie)<--(p:Person)
WITH n.title as title, n.released as released,toInt(avg(p.born)) as castBorn
RETURN title, released, castBorn, released - castBorn as age
Uses these libraries
-
jquery-datatable: https://datatables.net/
-
c3.js Charts with D3: http://c3js.org
-
PanZoom (SVG Zoom Library): http://github.com/anvaka/panzoom
Note
|
Please support these projects |
-
√ More chart types (pie, bar)
-
MapBox for Geo
-
Hide Property Keys
-
Add Table editor support and generate cypher statements from it (https://editor.datatables.net/)
-
Extend radial menu for nodes
-
Add Multi-Select for nodes and rels
-
Node Icons from property and inline table URL and Picture rendering
-
Use clicks on Meta-Model or Data for cypher "pattern by example"
-
Add support for arrows inline
-
Cypher to graph / graph to cypher (like in arrows)