About the Graph Academy category
Discussions about Graph Academy courses. Live classes meet on Discord channel #graphacademy
Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Discussions about Graph Academy courses. Live classes meet on Discord channel #graphacademy
Answer given by the tutorial. LOAD CSV WITH HEADERS FROM 'http://data.neo4j.com/v4.0-intro-neo4j/actors.csv' AS line MERGE (actor:Person {name: line.name}) ON CREATE SET actor.born = toInteger(trim(line.birthYear)), actor.actorId = line.id ON MATCH S...
So I ran through the guides, installed everything and double checked. But I can't seem to get groovy import.groovy to work even after modifying the username and password, it keep giving me this error: Caught: org.neo4j.driver.exceptions.Authenticatio...
Hello there I was reading the optimising properties access chapter in the query tuning course and I wanted to double check something with you: If the first elapsed time is the time for the query to be executed and the second time is the one for the q...
Trying to change the default db on my Neo4j instance running in Docker per the exercise at Using cypher-shell to Manage Databases - Basic Neo4j 4.x Administration, but not having any luck. Working on a Windows 10 machine. I have created databaseone: ...
Hello there In the Improved query using full-text schema index example description we can read "The solution to this is the remove the labels from the MATCH statement". So this suppose that there was a MATCH statement in the previous example that we ...
Hello there I'm struggling to understand the concept of index selectivity in the query tuning course. Why is that a value of 0 to 1 and where can we list every index selectivity.
:play 4.0-intro-neo4j-exercises Excercise instructions not available.
Later today, we're hosting a Continuous Learning session about data modeling. This series is an internal Neo4j program which we're opening up to community participation. To join in, meet us on Discord #open-space where we'll share dial-in information...
Hello friends, As graph people, we've all realized that everything is better when connected together. That can be true of learning as well! Would anyone be interested in group study sessions, to take Graph Academy courses together? We're thinking abo...
I created an Aura database to work through the examples in the training academy, but 'getting' to that database appears to require a Herculean effort. I first have to find some 'other' neo4j that has a hyperlink to the Aura console, then click that,...
I have some experience with Graph databases, but I've yet to try Neo4j. I've done a fresh install using Docker, and logged into the browser but from there I get errors. Trying to "play movie-graph", running the command ":use system" gives an "Unsupp...
Using WHERE to Filter Queries Both answers are treated as incorrect? Kindly help with correct answer
Hi all, I guess this question is a bit subtle; I keep getting wrong answers and I even tried different combinations. Any hints? Thanks
I can't finalize the "Introduction to Graph Algorithms in Neo4j 4.x" training because the "Continue" button no longer works after a successful sign in. Need help.
The answer of question#1 at Graph Academy: Using Indexes and Query Best Practices in Neo4j 4.x is incorrect. The correct answer should be option #1 : CREATE INDEX PersonNameIndex FOR (p:Person) ON (p.name)
All the sessions of the conference are now available online