Description: Small example graph of popular movies and actors
MATCH (movie:Movie {title:$favorite})<-[:ACTED_IN]-(actor)-[:ACTED_IN]->(rec:Movie)
RETURN distinct rec.title as title LIMIT 20
This is for Neo4j version: 3.5,4.0
The database is also available on https://demo.neo4jlabs.com:7473
Username "movies", password: "movies", database: "movies"
Rendered guide available via: :play https://guides.neo4j.com/sandbox/movies/index.html
Unrendered guide: documentation/movies.neo4j-browser-guide
Load graph data via the following:
data/movies-40.dump
Drop the file into the Files
section of a project in Neo4j Desktop. Then choose the option to Create new DBMS from dump
option from the file options.
Use the neo4j-admin tool to load data from the command line with the command below.
bin/neo4j-admin load --from data/movies-40.dump [--database "database"]
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。