SlideShare ist ein Scribd-Unternehmen logo
1 von 37
Twitter Power-User
HOWTO
@steveblackmon
✦Visualize content and connections
✦Ad-hoc queries
✦Exploration
✦Focus on specific profiles and posts
Goals
2
✦Assemble data about your twitter network
✦Analyze and Assess
✦…
✦Profit?
3
Plan
Data Visualization
4
Data Repositories
5
Why ?
✦ Handles de-duplication and merging
✦ Speaks JSON and REST
✦ Scales vertically and horizontally
✦ Because
6
Why ?
✦ Handles de-duplication and merging
✦ Relationships central to data model
✦ Built and optimized for graph traversal
queries
✦ Because
7
Supporting
Technologies
8
Why ?
✦Micro-service friendly
✦Works the same way across OS,
distribution, cloud provider
✦Build, ship, run anywhere with 3-5 shell
commands (build, [tag,] push, [pull,] run)
9
Why ?
✦Assemble pipelines of modular data
providers and database writers
✦Normalize your social databases to
community standards
✦Why waste time hunting for and
wrangling new SDKs?
10
11
I exist. Who
am I?
Part 1: ID
12
Capture own history
Who am I?
13
Capture userstream
Who am I?
14
Other people do
too.
Who are they?
15
Part 2: EGO
Collect friend/follower
network
Who are they?
16
I am but one
piece of a vast
society.
What is my place?
Part 3: SUPER-EGO
17
What is my place?
Research interesting accounts
DEMO
19
20
21
22
23
24
25
HOWTO
26
✦ Using linux?
• apt-get / yum install docker.io
✦ Using a mac?
✦ Install Boot2Docker
✦ http://boot2docker.io/
• boot2docker ssh
• ifconfig
• note the bridged IP (eth1)
27
Docker
✦docker run -d --name elasticsearch -p 9200:9200 -p
9300:9300 -e PLUGINS=mobz/elasticsearch-
head,elasticsearch/marvel/latest
quay.io/steveblackmon/elasticsearch:1.4.4
✦docker run -d --name kibana -p 5601:5601 --link
elasticsearch:elasticsearch
quay.io/steveblackmon/kibana:4.0.0
✦docker run -d --name neo4j -p 7474:7474
quay.io/steveblackmon/neo4j:2.2.0.M4
28
Installation
✦ docker run -d --name linkurious -p 3000:3000
—link neo4j:neo4j quay.io/steveblackmon/linkurious:latest
** LINKURIOUS IS NOT OPEN-SOURCE **
** PURCHASE A LICENSE AT http://linkurio.us **
** 20% OFF IF YOU MENTION THIS TALK **
** 30-DAY MONEY-BACK GUARANTEE **
** ACCESS TO THIS DOCKER REPO IF YOU BUY**
29
Installation (Cont.)
✦developer.twitter.com
✦mytwitterid.com
✦mkdir streams
✦cd streams
Configuration
(Part 0)
30
Configuration (Part 1)
twitter.userstream.json
1. Add twitter oauth credentials
2. Add own userid to twitter.follow
3. Set elasticsearch.hosts
4. Set graph.hostname
twitter.history.json
1.Add twitter oauth credentials
2.Add own userid to twitter.info
3.Set elasticsearch.hosts
✦docker run -d --name twitter.userstream -v
`pwd`/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.userstream.json -
cp /twitter-0.2-SNAPSHOT.jar
twitter.UserstreamPipeline
✦docker run -d --name twitter.history -v
`pwd`/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.history.json -cp
/twitter-0.2-SNAPSHOT.jar
twitter.HistoryPipeline
Execution (Part 1)
32
twitter.friends.json
1. Add twitter oauth credentials
2. Add own userid to twitter.info
3. Set graph.hostname
twitter.followers.json
1. Add twitter oauth credentials
2. Add own userid to twitter.info
3. Set graph.hostname
Configuration (Part 2)
33
✦docker run -v `pwd`/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.friends.json -cp /twitter-0.2-
SNAPSHOT.jar twitter.FollowingPipeline
✦docker run -v `pwd`/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.followers.json -cp /twitter-0.2-
SNAPSHOT.jar twitter.FollowingPipeline
Execution (Part 2)
34
Configuration (Part 3)Export IDs of your connections with Cypher
•MATCH (v:page {handle:'handle'})-[:follow]-
(x:page) RETURN DISTINCT
SUBSTRING(x.id, 11);
twitter.connections.history.json
1.Add twitter oauth credentials
2.Add connection ids to twitter.info
3.Set elasticsearch.hosts
twitter.connections.friends.json
4.Add twitter oauth credentials
5.Add connection ids to twitter.info
6.Set graph.hostname
35
✦docker run -v
/home/ubuntu/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.connections.histor
y.json -cp /twitter-0.2-SNAPSHOT.jar
twitter.HistoryPipeline
✦docker run -v
/home/ubuntu/streams:/streams
quay.io/steveblackmon/twitter:latest java -
Dconfig.file=/streams/twitter.connections.friend
s.json -cp /twitter-0.2-SNAPSHOT.jar
twitter.FollowingPipeline
Execution (Part 3)
36
@steveblackmon
37
FIN

Weitere ähnliche Inhalte

Andere mochten auch

Breaking the Barriers: Universal Design for Learning
Breaking the Barriers: Universal Design for LearningBreaking the Barriers: Universal Design for Learning
Breaking the Barriers: Universal Design for LearningLisa Thumann
 
Twitter Basic Tips and Tricks
Twitter Basic Tips and TricksTwitter Basic Tips and Tricks
Twitter Basic Tips and TricksAmit Panchal
 
Twitter 101 | Social Media for Beginners By Barbara Rozgonyi
Twitter 101 | Social Media for Beginners  By Barbara RozgonyiTwitter 101 | Social Media for Beginners  By Barbara Rozgonyi
Twitter 101 | Social Media for Beginners By Barbara RozgonyiBARBARA ROZGONYI
 
Awesome Collection Of Twitter Tools for Twitter Lovers
Awesome Collection Of Twitter Tools for Twitter LoversAwesome Collection Of Twitter Tools for Twitter Lovers
Awesome Collection Of Twitter Tools for Twitter LoversHarsh Agrawal
 
Using the Power of Twitter: Building Online Learning
Using the Power of Twitter: Building Online LearningUsing the Power of Twitter: Building Online Learning
Using the Power of Twitter: Building Online LearningLisa Thumann
 
Twitter 101 - an introduction to Twitter
Twitter 101  - an introduction to TwitterTwitter 101  - an introduction to Twitter
Twitter 101 - an introduction to TwitterKeith Bradnam
 
Social 101 - Twitter
Social 101 - Twitter Social 101 - Twitter
Social 101 - Twitter Marcus Nelson
 
The Twitter Tutorial
The Twitter TutorialThe Twitter Tutorial
The Twitter TutorialDavid Griner
 
Twitter 101: A Basic Introduction
Twitter 101: A Basic IntroductionTwitter 101: A Basic Introduction
Twitter 101: A Basic IntroductionAndrew Mucci
 
Twitter Presentation
Twitter PresentationTwitter Presentation
Twitter PresentationBolin Digital
 
Twitter Powerpoint
Twitter PowerpointTwitter Powerpoint
Twitter Powerpointszyarto
 
Twitter powerpoint project
Twitter powerpoint projectTwitter powerpoint project
Twitter powerpoint projectJColon624
 
Twitter powerpoint - beginner
Twitter powerpoint - beginnerTwitter powerpoint - beginner
Twitter powerpoint - beginnerGlobalGiving
 
140 Twitter Tips
140 Twitter Tips140 Twitter Tips
140 Twitter TipsKyle Lacy
 

Andere mochten auch (19)

Breaking the Barriers: Universal Design for Learning
Breaking the Barriers: Universal Design for LearningBreaking the Barriers: Universal Design for Learning
Breaking the Barriers: Universal Design for Learning
 
Twitter Basic Tips and Tricks
Twitter Basic Tips and TricksTwitter Basic Tips and Tricks
Twitter Basic Tips and Tricks
 
Twitter 101 | Social Media for Beginners By Barbara Rozgonyi
Twitter 101 | Social Media for Beginners  By Barbara RozgonyiTwitter 101 | Social Media for Beginners  By Barbara Rozgonyi
Twitter 101 | Social Media for Beginners By Barbara Rozgonyi
 
Awesome Collection Of Twitter Tools for Twitter Lovers
Awesome Collection Of Twitter Tools for Twitter LoversAwesome Collection Of Twitter Tools for Twitter Lovers
Awesome Collection Of Twitter Tools for Twitter Lovers
 
Twitter 101
Twitter 101Twitter 101
Twitter 101
 
Using the Power of Twitter: Building Online Learning
Using the Power of Twitter: Building Online LearningUsing the Power of Twitter: Building Online Learning
Using the Power of Twitter: Building Online Learning
 
Twitter 101 - an introduction to Twitter
Twitter 101  - an introduction to TwitterTwitter 101  - an introduction to Twitter
Twitter 101 - an introduction to Twitter
 
Twitter 101: A Beginner's Guide
Twitter 101: A Beginner's GuideTwitter 101: A Beginner's Guide
Twitter 101: A Beginner's Guide
 
Twitter 101
Twitter 101Twitter 101
Twitter 101
 
Social 101 - Twitter
Social 101 - Twitter Social 101 - Twitter
Social 101 - Twitter
 
The Twitter Tutorial
The Twitter TutorialThe Twitter Tutorial
The Twitter Tutorial
 
Twitter 101: A Basic Introduction
Twitter 101: A Basic IntroductionTwitter 101: A Basic Introduction
Twitter 101: A Basic Introduction
 
Twitter Presentation
Twitter PresentationTwitter Presentation
Twitter Presentation
 
Power Point Twitter
Power Point TwitterPower Point Twitter
Power Point Twitter
 
Twitter Powerpoint
Twitter PowerpointTwitter Powerpoint
Twitter Powerpoint
 
Twitter powerpoint project
Twitter powerpoint projectTwitter powerpoint project
Twitter powerpoint project
 
Twitter powerpoint - beginner
Twitter powerpoint - beginnerTwitter powerpoint - beginner
Twitter powerpoint - beginner
 
140 Twitter Tips
140 Twitter Tips140 Twitter Tips
140 Twitter Tips
 
Twitter PPT
Twitter PPTTwitter PPT
Twitter PPT
 

Ähnlich wie Twitter power-user HOWTO

Simplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudSimplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudRamnivas Laddad
 
Druid and Hive Together : Use Cases and Best Practices
Druid and Hive Together : Use Cases and Best PracticesDruid and Hive Together : Use Cases and Best Practices
Druid and Hive Together : Use Cases and Best PracticesDataWorks Summit
 
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...Athens Big Data
 
Master Real-Time Streams With Neo4j and Apache Kafka
Master Real-Time Streams With Neo4j and Apache KafkaMaster Real-Time Streams With Neo4j and Apache Kafka
Master Real-Time Streams With Neo4j and Apache KafkaNeo4j
 
PartnerSkillUp_Enable a Streaming CDC Solution
PartnerSkillUp_Enable a Streaming CDC SolutionPartnerSkillUp_Enable a Streaming CDC Solution
PartnerSkillUp_Enable a Streaming CDC SolutionTimothy Spann
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQueryMárton Kodok
 
Building Your First App with Shawn Mcarthy
Building Your First App with Shawn Mcarthy Building Your First App with Shawn Mcarthy
Building Your First App with Shawn Mcarthy MongoDB
 
Apache Calcite Tutorial - BOSS 21
Apache Calcite Tutorial - BOSS 21Apache Calcite Tutorial - BOSS 21
Apache Calcite Tutorial - BOSS 21Stamatis Zampetakis
 
20160930 cloud foundry_overview
20160930 cloud foundry_overview20160930 cloud foundry_overview
20160930 cloud foundry_overviewTakuya Saeki
 
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610Cisco DevNet
 
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...DevOpsDays Riga
 
Kubernetes as data platform
Kubernetes as data platformKubernetes as data platform
Kubernetes as data platformLars Albertsson
 
The Enterprise Guide to Building a Data Mesh - Introducing SpecMesh
The Enterprise Guide to Building a Data Mesh - Introducing SpecMeshThe Enterprise Guide to Building a Data Mesh - Introducing SpecMesh
The Enterprise Guide to Building a Data Mesh - Introducing SpecMeshIanFurlong4
 
Sql on everything with drill
Sql on everything with drillSql on everything with drill
Sql on everything with drillJulien Le Dem
 
Automate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaAutomate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaPantheon
 
Categorizing Docker Hub Public Images
Categorizing Docker Hub Public ImagesCategorizing Docker Hub Public Images
Categorizing Docker Hub Public ImagesRoberto Hashioka
 
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...DataLeader.io
 
Masterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMasterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMalcolm Duncanson, CISSP
 

Ähnlich wie Twitter power-user HOWTO (20)

Simplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring CloudSimplify Cloud Applications using Spring Cloud
Simplify Cloud Applications using Spring Cloud
 
Druid and Hive Together : Use Cases and Best Practices
Druid and Hive Together : Use Cases and Best PracticesDruid and Hive Together : Use Cases and Best Practices
Druid and Hive Together : Use Cases and Best Practices
 
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
 
Master Real-Time Streams With Neo4j and Apache Kafka
Master Real-Time Streams With Neo4j and Apache KafkaMaster Real-Time Streams With Neo4j and Apache Kafka
Master Real-Time Streams With Neo4j and Apache Kafka
 
Top 8 WCM Trends 2010
Top 8 WCM Trends 2010Top 8 WCM Trends 2010
Top 8 WCM Trends 2010
 
PartnerSkillUp_Enable a Streaming CDC Solution
PartnerSkillUp_Enable a Streaming CDC SolutionPartnerSkillUp_Enable a Streaming CDC Solution
PartnerSkillUp_Enable a Streaming CDC Solution
 
Supercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuerySupercharge your data analytics with BigQuery
Supercharge your data analytics with BigQuery
 
MongoDB on Azure
MongoDB on AzureMongoDB on Azure
MongoDB on Azure
 
Building Your First App with Shawn Mcarthy
Building Your First App with Shawn Mcarthy Building Your First App with Shawn Mcarthy
Building Your First App with Shawn Mcarthy
 
Apache Calcite Tutorial - BOSS 21
Apache Calcite Tutorial - BOSS 21Apache Calcite Tutorial - BOSS 21
Apache Calcite Tutorial - BOSS 21
 
20160930 cloud foundry_overview
20160930 cloud foundry_overview20160930 cloud foundry_overview
20160930 cloud foundry_overview
 
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610
Webex APIs for Admins - Cisco Live Orlando 2018 - DEVNET-3610
 
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...
DevOpsDaysRiga 2018: Eric Skoglund, Lars Albertsson - Kubernetes as data plat...
 
Kubernetes as data platform
Kubernetes as data platformKubernetes as data platform
Kubernetes as data platform
 
The Enterprise Guide to Building a Data Mesh - Introducing SpecMesh
The Enterprise Guide to Building a Data Mesh - Introducing SpecMeshThe Enterprise Guide to Building a Data Mesh - Introducing SpecMesh
The Enterprise Guide to Building a Data Mesh - Introducing SpecMesh
 
Sql on everything with drill
Sql on everything with drillSql on everything with drill
Sql on everything with drill
 
Automate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon ViennaAutomate Your Automation | DrupalCon Vienna
Automate Your Automation | DrupalCon Vienna
 
Categorizing Docker Hub Public Images
Categorizing Docker Hub Public ImagesCategorizing Docker Hub Public Images
Categorizing Docker Hub Public Images
 
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
A Microsoft Silverlight User Group Starter Kit Made Available for Everyone to...
 
Masterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM RolesMasterless Puppet Using AWS S3 Buckets and IAM Roles
Masterless Puppet Using AWS S3 Buckets and IAM Roles
 

Kürzlich hochgeladen

Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...gajnagarg
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...amitlee9823
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...gajnagarg
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...gajnagarg
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...amitlee9823
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...amitlee9823
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 

Kürzlich hochgeladen (20)

Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
Just Call Vip call girls Erode Escorts ☎️9352988975 Two shot with one girl (E...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Rabindra Nagar  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Rabindra Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 

Twitter power-user HOWTO

  • 2. ✦Visualize content and connections ✦Ad-hoc queries ✦Exploration ✦Focus on specific profiles and posts Goals 2
  • 3. ✦Assemble data about your twitter network ✦Analyze and Assess ✦… ✦Profit? 3 Plan
  • 6. Why ? ✦ Handles de-duplication and merging ✦ Speaks JSON and REST ✦ Scales vertically and horizontally ✦ Because 6
  • 7. Why ? ✦ Handles de-duplication and merging ✦ Relationships central to data model ✦ Built and optimized for graph traversal queries ✦ Because 7
  • 9. Why ? ✦Micro-service friendly ✦Works the same way across OS, distribution, cloud provider ✦Build, ship, run anywhere with 3-5 shell commands (build, [tag,] push, [pull,] run) 9
  • 10. Why ? ✦Assemble pipelines of modular data providers and database writers ✦Normalize your social databases to community standards ✦Why waste time hunting for and wrangling new SDKs? 10
  • 11. 11
  • 12. I exist. Who am I? Part 1: ID 12
  • 15. Other people do too. Who are they? 15 Part 2: EGO
  • 17. I am but one piece of a vast society. What is my place? Part 3: SUPER-EGO 17
  • 18. What is my place? Research interesting accounts
  • 20. 20
  • 21. 21
  • 22. 22
  • 23. 23
  • 24. 24
  • 25. 25
  • 27. ✦ Using linux? • apt-get / yum install docker.io ✦ Using a mac? ✦ Install Boot2Docker ✦ http://boot2docker.io/ • boot2docker ssh • ifconfig • note the bridged IP (eth1) 27 Docker
  • 28. ✦docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e PLUGINS=mobz/elasticsearch- head,elasticsearch/marvel/latest quay.io/steveblackmon/elasticsearch:1.4.4 ✦docker run -d --name kibana -p 5601:5601 --link elasticsearch:elasticsearch quay.io/steveblackmon/kibana:4.0.0 ✦docker run -d --name neo4j -p 7474:7474 quay.io/steveblackmon/neo4j:2.2.0.M4 28 Installation
  • 29. ✦ docker run -d --name linkurious -p 3000:3000 —link neo4j:neo4j quay.io/steveblackmon/linkurious:latest ** LINKURIOUS IS NOT OPEN-SOURCE ** ** PURCHASE A LICENSE AT http://linkurio.us ** ** 20% OFF IF YOU MENTION THIS TALK ** ** 30-DAY MONEY-BACK GUARANTEE ** ** ACCESS TO THIS DOCKER REPO IF YOU BUY** 29 Installation (Cont.)
  • 31. Configuration (Part 1) twitter.userstream.json 1. Add twitter oauth credentials 2. Add own userid to twitter.follow 3. Set elasticsearch.hosts 4. Set graph.hostname twitter.history.json 1.Add twitter oauth credentials 2.Add own userid to twitter.info 3.Set elasticsearch.hosts
  • 32. ✦docker run -d --name twitter.userstream -v `pwd`/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.userstream.json - cp /twitter-0.2-SNAPSHOT.jar twitter.UserstreamPipeline ✦docker run -d --name twitter.history -v `pwd`/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.history.json -cp /twitter-0.2-SNAPSHOT.jar twitter.HistoryPipeline Execution (Part 1) 32
  • 33. twitter.friends.json 1. Add twitter oauth credentials 2. Add own userid to twitter.info 3. Set graph.hostname twitter.followers.json 1. Add twitter oauth credentials 2. Add own userid to twitter.info 3. Set graph.hostname Configuration (Part 2) 33
  • 34. ✦docker run -v `pwd`/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.friends.json -cp /twitter-0.2- SNAPSHOT.jar twitter.FollowingPipeline ✦docker run -v `pwd`/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.followers.json -cp /twitter-0.2- SNAPSHOT.jar twitter.FollowingPipeline Execution (Part 2) 34
  • 35. Configuration (Part 3)Export IDs of your connections with Cypher •MATCH (v:page {handle:'handle'})-[:follow]- (x:page) RETURN DISTINCT SUBSTRING(x.id, 11); twitter.connections.history.json 1.Add twitter oauth credentials 2.Add connection ids to twitter.info 3.Set elasticsearch.hosts twitter.connections.friends.json 4.Add twitter oauth credentials 5.Add connection ids to twitter.info 6.Set graph.hostname 35
  • 36. ✦docker run -v /home/ubuntu/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.connections.histor y.json -cp /twitter-0.2-SNAPSHOT.jar twitter.HistoryPipeline ✦docker run -v /home/ubuntu/streams:/streams quay.io/steveblackmon/twitter:latest java - Dconfig.file=/streams/twitter.connections.friend s.json -cp /twitter-0.2-SNAPSHOT.jar twitter.FollowingPipeline Execution (Part 3) 36