SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

update readme #75

Closed jonhealy1 closed 4 years ago

jonhealy1 commented 4 years ago

I added an example in the readme to display graphs on localhost:7474

MATCH path=(s:Subreddit)-[l:LINK]->()
WHERE s.id = "canada" and l.link_sentiment = -1 and l.date.year = 2015
RETURN path LIMIT 10