Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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