-
Notifications
You must be signed in to change notification settings - Fork 12
Add movies guide #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add movies guide #33
Conversation
documentation/movies.workspace.adoc
Outdated
|
||
* https://graphacademy.neo4j.com/categories/cypher/[Cypher Online Courses^] | ||
* https://neo4j.com/docs/cypher-manual/current/introduction/[Cypher Manual^] | ||
* https://neo4j.com/docs/cypher-cheat-sheet/5/auradb-enterprise/[Cypher Cheat-Sheet^]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://neo4j.com/docs/cypher-cheat-sheet/ should resolve automatically to current
documentation/movies.workspace.adoc
Outdated
CREATE (LanaW:Person {name:'Lana Wachowski', born:1965}) | ||
CREATE (JoelS:Person {name:'Joel Silver', born:1952}) | ||
CREATE | ||
(Keanu)-[:ACTED_IN {roles:['Neo']}]->(TheMatrix), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for MERGE these need to be separate lines, no comma
Integrated the changed I had commented on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks a lot! Also tested all the statements.
One dash too much for a code block
No description provided.