Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-31-2020 05:49 AM
I'm taking the Introduction to Cypher from Neo4J GraphAcademy online tutorial. First step is Examine The Data Model, however, the CALL db.schema does not work . The screen shot of error is bellow:
< icon
03-31-2020 08:25 AM
The procedure has evolved, the visualization can be accessed with:
call db.schema.visualization()
03-31-2020 02:38 PM
Hi Andrew,
Thanks for your response.
call db.schema.visualizatio() does not get error, however, the results are not the same or similar to what showned in the document.
I can't examine the data model. What is other command can show nodes and relationship as "call db.schema" do ?
Thang you
Eileen
03-31-2020 02:43 PM
Can you explain what you're seeing when you use db.schema.visualizatio()
, and link to the document you're referring to for what you're expecting to see?
03-31-2020 03:21 PM
Here the results from call db.schema.visualization(
<icon
Thanks
03-31-2020 03:57 PM
A graphical result view is only available when there are nodes (real or virtual) to display. What you're seeing (lack of a graphical result view) is expected when there are no nodes in the database. If you create at least one node, then the visualization should be able to produce a graphical result view option for you to select on the left side.
03-31-2020 05:25 PM
Oh, now I understand . The tutorial online shows Person and Movie nodes information and a lot of examples with these two, and require to execute browser commands such as ":play intro-neo4j-excecises".
Where i can get these information in order to execute the command and get data returned?
Thanks
03-31-2020 07:34 PM
You can use :play movies
to get started with the movies graph, the second slide should have the Cypher necessary to create the graph.
04-01-2020 02:30 PM
Andew,
I did and it only shows the guide, no graph data as the example does.
How can I retrieve the buil-in movies graph?
Thanks,
04-01-2020 03:48 PM
The second page of the guide has the import Cypher. You need to use the arrows in the guide to go the next page.
Once there, if you click on the query it will paste that into your query textbox, then you can press return to execute it and build the graph.
All the sessions of the conference are now available online