Description: Explore data released by NBC News from their investigation into Russian Twitter Trolls around the 2016 US election
Nodes 281136 Relationships 493160
MATCH (u:User {screen_name: 'queenofthewo'})-[:POSTED]->(t:Tweet)-[:HAS_TAG]->(ht:Hashtag {tag:$tag})
RETURN t.created_str as createdTime
This is for Neo4j version: 3.5,4.0
Rendered guide available via: :play https://guides.neo4j.com/sandbox/twitter-trolls/index.html
Unrendered guide: documentation/twitter-trolls.neo4j-browser-guide
Load graph data via the following:
-
Drop the file into the
Files
section of a project in Neo4j Desktop. Then choose the option toCreate 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/twitter-trolls-40.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions