Start mining - FREE 100MM tweet db

12 points by calufa ↗ HN
Sup,

I have been collecting tweets for 4 days now, using a app that I haven coding for the last 5 months.

The reason why I did this app was because I wanted to make user-based recommendations, and other types of data mining using Mahout, and I didnt find enough data for my experiments.

About the app I am using a single 8GB-ram Centos Server hosted on the Rackspace cloud with a cost of less than 15 dollars per day. It can process up to 100 (90 - 105) twitter profiles per second. It works with a average of 2GB of ram and 90% CPU. Its completely fault tolerant. It can process other social networks as well using a simple parse-template.

I was able to collect 90+ million tweets from more than 6 million -- the db has 20MM users -- users using JAVA, memcache, mysql, php (visualization), a non ACID architecture, using a object-like structure (no-sql?).

I hope this datasets helps you get into the big data world.

The current sql dump is too big (66GB) to put in one of my servers so please skypeme:calufaxp or email me calufa{a}gmail.com if you want the data. BTW, the data is FREE...

If anyone has a server where I can upload this sql and let others download it let me know.

16 comments

[ 2.5 ms ] story [ 55.0 ms ] thread
Throw it on a torrent?
tried that before and I dont know why it doesnt seed. I have had problems with my OSX admin user before... reinstalling everything is not really a option... :/
If you upload it to my server I will help you seed it from two locations. Email me for details.
BTW, the sql contains: - bio data(7MM) - tweets(90MM) - followers(10MM) - following(10MM) - location(7MM) - profileName(10MM) - relationships (100MM) - websites (4.5MM) - users(20MM)

-- 350+MM rows total --

So, you are scraping Twitter (likely violating their ToS) to get users' Tweets (likely violating their copyright) and now posting about it on HN? When Twitter is selling chunks of its stream, e.g. via InfoChimps?

I don't want to be mean, but this doesn't strike me as a very good idea.

Thanks for the data. Guess it's time to see whether my ISP has a data cap or not.
Can someone help a novice and explain what types of things can be achieved with such a dump?