Live data from Hacker News

Free SQL dump with 200 million tweets from 13 million users

news.ycombinator.com

1–10 of 41 posts

Free SQL dump with 200 million tweets from 13 million users

#1
About the data:

- DB Size: 543 million rows

- Data Size: 173GB (uncompressed)

- Stored in mysql

- 200+ Million tweets from 13+ Million users

- Collected in 1 week

- Operation costs: 100+ dollars

- Rackspace Cloud - 1 CentOS 8GB Ram server

- Java, memcache, mysql and perl for core processing

- js, php for analytics & visualization

* Download the data at this url http://www.archive.org/details/2011-06-calufa-twitter-sql

Re: Free SQL dump with 200 million tweets from 13 million users

#3
post #2

Hmm, how many days back does it go? Twitter search still only goes back 10 days in 2011, so how deep is this data?

To be honest I have no idea. It crawled 13MM users, some accounts can be very old with very old tweets... You can look at the CD_data table and look for the tweet html code and parse the timestamp.

Re: Free SQL dump with 200 million tweets from 13 million users

#6
post #3
post #2

Hmm, how many days back does it go? Twitter search still only goes back 10 days in 2011, so how deep is this data?

To be honest I have no idea. It crawled 13MM users, some accounts can be very old with very old tweets... You can look at the CD_data table and look for the tweet html code and parse the timestamp.

Apparently Twitter now has 100+ Million tweets per DAY.

So you caught about 2 days worth but randomly in time.

Re: Free SQL dump with 200 million tweets from 13 million users

#7
Twitter changed their ToS to explicitly disallow distributing twitter dumps like this: http://chronicle.com/blogs/profhacker/the-end-of-twapperkeep...

I was a part of the webecology project (and 140kit.com, both of which gave large twitter datasets to researchers.

Re: Free SQL dump with 200 million tweets from 13 million users

#8
post #3
post #2

Hmm, how many days back does it go? Twitter search still only goes back 10 days in 2011, so how deep is this data?

To be honest I have no idea. It crawled 13MM users, some accounts can be very old with very old tweets... You can look at the CD_data table and look for the tweet html code and parse the timestamp.

@ck2 --- correct.

Re: Free SQL dump with 200 million tweets from 13 million users

#9
post #7

Twitter changed their ToS to explicitly disallow distributing twitter dumps like this: http://chronicle.com/blogs/profhacker/the-end-of-twapperkeep... I was a part of the webecology project (and 140kit.com, both of which gave large twitter datasets to researchers.

-- Ups, I forgot to scrape the TOS
Post reply on HN