Last active
August 29, 2015 14:06
-
-
Save swainjo/5e14bd7f989e8228e625 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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