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

Online Neo4j Admin quiz question 5.2

I went through the online training, except having trouble on only one question in Admin online training (Security 5.2). I thought the answer should be all of the answers . However, it did not went through. My understanding is that it requires SSL p...

poonsfci by Node Link
  • 600 Views
  • 2 replies
  • 0 kudos

Resolved! Graph Academy 2MATCH patterns

In graphacademy/online-training/ Part 5 . we retrieve the actors who acted in the same movies as Keanu Reeves , but not when Hugo Weaving acted in the same movie. MATCH (keanu:Person)-[:ACTED_IN]->(movie:Movie)<-[:ACTED_IN]-(n:Person), (hugo:Perso...

Exercise 5.12 solution

Hi all, Just checking whether my solution for exercise 5.12 would be considered equivalent to the solution the course provided? My solution: MATCH (m:Movie)<-[:DIRECTED]-(d:Person) WITH count(d) AS numDirectors, m WHERE numDirectors >= 2 OPTIONAL MAT...

2X_b_bb59b62ee24fd24f5f09499f387f45794324298b.png

Using cypher-shell

Hi everyone. Yesterday I started the Neo4j Administration online course, and it was very tough to get the environment running, but it is done. Just installed an Enterprise Edition 4.0.2 at AWS EC2 using this image ami-0f24860fa3df6493f. During the Cl...

Dynamic filtering

db.cypher_query("MATCH (a:User_A {name:{N}}) RETURN a", {"N": "kumarMary"} )--->it is working i want check for Node also like db.cypher_query("MATCH (a:{Node:{N}}) RETURN a",{"N":"User_A"} )---->not working but i want take input as a label and apply ...

Online-training/data-science is broken

https://neo4j.com/graphacademy/online-training/data-science/part-1/ The citations database is not available in Step 1, and the collab notebook in Step 3 shows lots of errors and warnings on the first pip install. Do you have any suggestions? Thanks, ...