Live data from Hacker News

Ask HN: All of you working with Big Data, what is your Data?

news.ycombinator.com

1–10 of 103 posts

Ask HN: All of you working with Big Data, what is your Data?

#1
Big data is a trending topic these days and I'd like to get my hands dirty both out of curiosity and to make myself more relevant on the marketplace. That being said, I'm not sure which data sets are both interesting to play with and easily accessible. My question is:

For those of you already working with big data, what kind of data do you work with?

Re: Ask HN: All of you working with Big Data, what is your Data?

#8
The twitter social graph (follow connections between people) is my data source, I extract it from the API and cache it in a database.

The mariadb table storing this information currently takes a bit more than 500GB, it has about 4 billion rows (based on the statistics, I don't run SELECT count(*) on it anymore).

I usually don't use the term "big data" because the buzzword is so popular that it doesn't mean anything anymore.

Re: Ask HN: All of you working with Big Data, what is your Data?

#9
I think I would consider anything 100Tb and up to be big data. There is no big data that is "easily accessible"; that's why it's "big" because it requires extremely powerful hardware and advanced techniques to work on. Otherwise its just "data".

NOTE: there are people in the world who would laugh at my definition and say that big data starts at 1Pb.

Post reply on HN