cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Resolved! Exercise 16.3 - Importing data from CSV

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...

Resolved! Optimising properties access

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...

Index selectivity

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.

Continuous Learning: Data Modeling Design Patterns

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...

3X_1_a_1af3759a49bc1dcf17a8b0a305d5ccbee17d0944.png 3X_5_0_50473a8218b905c1c75f5c9ff066782cf17bb96e.jpeg
abk by Neo4j
  • 323 Views
  • 0 replies
  • 0 kudos

Study Groups

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...

abk by Neo4j
  • 1955 Views
  • 14 replies
  • 5 kudos

Resolved! How to QUICKLY Get to my Aura Database

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,...