Skip to content

Instantly share code, notes, and snippets.

@swainjo
Last active August 29, 2015 14:06
Show Gist options
  • Save swainjo/5e14bd7f989e8228e625 to your computer and use it in GitHub Desktop.
Save swainjo/5e14bd7f989e8228e625 to your computer and use it in GitHub Desktop.
=== Load Sample Data
//setup
//hide
[source,cypher]
----
create
(_8:`Tweet` {`created_at`:"Tue Sep 16 07:49:19 +0000 2014", `favorites`:0, `id`:511783879238488064, `text`:"RT @selinasorrels: DON'T BE AFRAID~~~ BE AWARE...Computer Models Tell Us That This Ebola Pandemic Could Soon Kill Millions... #Geo-Eng~
ht…"}),
(_9:`User` {`followers`:193, `following`:282, `location`:"Lelystad 06-22.44.69.21", `name`:"Harmen Bouwstra", `profile_image_url`:"http://pbs.twimg.com/profile_images/498588508273922048/PrR7_4zL_normal.jpeg", `screen_name`:"HBouwstra"})
;
----
=== For the first output we are going just to show everything:
[source,cypher]
//graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment