According to Wikipedia:
Big Data is the term for a collection of data set so large and complex that it becomes difficult to process using on-hand database management tools or traditional data processing applications. The challenge includes capture, corration, storage, search, sharing, transfer, analysis and visualization. The trend to larger data sets is due to the additional information derivable from analysis of a single large set of related data, as compared to separate smaller sets with the same total amount of data, allowing correlation to be found to "spot business trends, determine quality of research, prevent diseases, link legal citations, combat crime, and determine real-time roadway traffic conditions."
According to Paul Dix via Udemy:
Big Data is the combination of infrastructure, algorithms and visualizations used to make sense of user and machine generated data.
Big Data is not limited to more data than you can effectively work with on a single computer.
Big Data is about gaining insight from data regardless of the size of the data set.
What is the possible data source for Big Data?
- Users
- Applications
- Systems
- Sensors
What kind of questions that we use Big Data to resolve?
- What are my users doing in my application?
- Is something spam?
- What items or users are like each other?
- What items might a user like?
- What went wrong in my application or on my servers?
- What effect did a change in my application have on user behavior?
What are the types of data in Big Data?
- User generated
- Machine generated
- Structured (like the type of data you would find in a database...)
- Unstructured (which is usually free form text...)
What are the topics within Big Data?
- Infrastructure
- Algorithms
- Visualizations
What are the goals of a Big Data infrastructure?
- Scalability (the infrastructure should be able to scale with the amount of data that you have & the number of things that you need to do with it...)
- Experimentation (the infrastructure should facilitate experimentation so that you can try many things and do many experiments with your data sets and your users...)
- Accessible across the organization (the infrastructure should be open enough so that everyone can mine insight from the data...)
- Search and discovery (the infrastructure should aid this as when there is a problem, it should help you determine what the cause of the problem was...)
What are the tools for Big Data infrastructure?
- Batch Processing and Storage (e.g. Hadoop)
- Structured Storage
- e.g. Cassandra
- e.g. HBase
- e.g. Riak
- e.g. SQL?
- Messaging
- Kafka
- RabbitMQ
- ZeroMQ
- NSQ
What are the goals for Big Data Algorithms?
- Mine business intelligence (actionable insight that will help you improve business...)
- Detect spam or aberrant user activity
- Make recommendations to users
- Automatically categorize things
What are the tools for Big Data Algorithms?
- Math
- Probability
- Statistics
- Linear algebra
- A/B testing or split testing
- Regression for predicting variables
- Supervised learning or classification (e.g. spam detection or categorizing things...)
- Unsupervised learning or clustering (e.g. automatically group things based on their properties...)
What are the goals for Big Data Visualizations?
- Convey meaning (gain insight from your data...)
- Discovery (find abnormal or interesting that you can act on...)
What are the tools for Big Data Visualizations?
- Charts and graphs
- Geographical
- Interaction
- Animation
- Libraries
- D3 (i.e. javascript library)
- Gnuplot
- Matplotlib (i.e. a python based library)
In short, Big Data is...
- Infrastructure for storing and working with data
- Algorithms for discovery and making predictions
- Visualizations for conveying meaning and aiding in in discovery
No comments:
Post a Comment