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.
> NOTE: there are people in the world who would laugh at my definition and say that big data starts at 1Pb. I commend them for having a larger penis ^H^H^H^H^H^H data stack than you. I thought big data was less about the actual size of the data store and more about where it comes from (typically passive collection from user activity) and how it's accessed (through some kind of large map-reduce style framework) and us…
Ask HN: All of you working with Big Data, what is your Data?
31–40 of 103 posts
Re: Ask HN: All of you working with Big Data, what is your Data?
#32All of them are basically time series with some master data, none of them is more than a few dozen GB
So in any case, I think time series data is worth a look.
Re: Ask HN: All of you working with Big Data, what is your Data?
#33Utilizing Splunk as analytics and alerting platform to correlate real time financial activity events with multiple threat intelligence feeds.
Re: Ask HN: All of you working with Big Data, what is your Data?
#34Financial data (tick to EOD), network traffic data (TCP packet level sends / receives) and farm data (sensor + farm ERP data) All of them are basically time series with some master data, none of them is more than a few dozen GB So in any case, I think time series data is worth a look.
Re: Ask HN: All of you working with Big Data, what is your Data?
#35To be clear 'big data' is poorly defined, and I mostly do not work with terabyte+ data sets, but rather with highly dimensional data in moderate volume. Data is only 'big' relative to the algorithms you try to use on it.
Re: Ask HN: All of you working with Big Data, what is your Data?
#36The data, currently, is mainly from various Network Security Monitoring appliances & SIEMs.
Re: Ask HN: All of you working with Big Data, what is your Data?
#37The data, currently, is mainly from various Network Security Monitoring appliances & SIEMs.
Re: Ask HN: All of you working with Big Data, what is your Data?
#38I recently talked at Strata, here's the Prezi:
Re: Ask HN: All of you working with Big Data, what is your Data?
#39Re: Ask HN: All of you working with Big Data, what is your Data?
#40Financial data (tick to EOD), network traffic data (TCP packet level sends / receives) and farm data (sensor + farm ERP data) All of them are basically time series with some master data, none of them is more than a few dozen GB So in any case, I think time series data is worth a look.
I run backtesting for options trading as a hobby and storing EOD tick data, querying it and extracting it is a pain. I dl my source data currently from a retail historical data provider, then store it in MongoDB in AWS. What would you recommend tech stackwise to do backtesting on time seriea data?