Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikwattro/neo4j-play-movies-modern
A modern neo4j-play-movies cypher statement
https://github.com/ikwattro/neo4j-play-movies-modern
cypher neo4j neo4j-browser
Last synced: 6 days ago
JSON representation
A modern neo4j-play-movies cypher statement
- Host: GitHub
- URL: https://github.com/ikwattro/neo4j-play-movies-modern
- Owner: ikwattro
- Created: 2023-08-31T22:22:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T06:11:00.000Z (over 1 year ago)
- Last Synced: 2024-10-30T09:26:06.136Z (about 2 months ago)
- Topics: cypher, neo4j, neo4j-browser
- Language: Cypher
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern version of Neo4j's `:play movies` Cypher
## Neo4j version
5.10+
## Motivation
The `:play movies` command from the Neo4j browser is a neat and fast way to create a simple graph for testing. However, Neo4j has evolved a lot and some people might need a version of the Cypher statement that includes recent Neo4j features such as :
- Temporal value properties
- Point value properties
- Property Type constraints
- Node and Relationship Key constraints
- Uniqueness constraints on Nodes and Relationships