+ All Categories
Home > Documents > 149 lines (105 sloc) 6.23 KB -...

149 lines (105 sloc) 6.23 KB -...

Date post: 06-Mar-2018
Category:
Upload: doanhanh
View: 219 times
Download: 3 times
Share this document with a friend
4
6e4d0e1 149 lines (105 sloc) 6.23 KB
Transcript
Page 1: 149 lines (105 sloc) 6.23 KB - db.cs.pitt.edudb.cs.pitt.edu/courses/cs1656/fall2017/assign/5/README.pdf · Title: 2017-09.template.project-5/README.md at master · cs1656-fall2017/2017-09.template.project-5

6e4d0e1

149 lines (105 sloc) 6.23 KB

Page 2: 149 lines (105 sloc) 6.23 KB - db.cs.pitt.edudb.cs.pitt.edu/courses/cs1656/fall2017/assign/5/README.pdf · Title: 2017-09.template.project-5/README.md at master · cs1656-fall2017/2017-09.template.project-5

Installation.Setup.Neo4j.Linux.pdf Installation.Setup.Neo4j.Windows.pdf

cypher_sample1.py

"Apollo 13"

Page 3: 149 lines (105 sloc) 6.23 KB - db.cs.pitt.edudb.cs.pitt.edu/courses/cs1656/fall2017/assign/5/README.pdf · Title: 2017-09.template.project-5/README.md at master · cs1656-fall2017/2017-09.template.project-5

output.txt ### Q1 ###

match (n:Actor) return n.name, n.id order by n.birthday ASC LIMIT 3

### Q0 ### Claudia Cardinale,4959 Oliver Reed,936 Anthony Hopkins,4173

python3 movie-queries.py

output.txt

argparse collections csv glob neo4j.v1 os pandas re string sqlite3 sys

movie-queries.py

Page 4: 149 lines (105 sloc) 6.23 KB - db.cs.pitt.edudb.cs.pitt.edu/courses/cs1656/fall2017/assign/5/README.pdf · Title: 2017-09.template.project-5/README.md at master · cs1656-fall2017/2017-09.template.project-5

Recommended