Types of analytics
There are, broadly speaking, three types of analytics:Dashboards and BI Tools
Normally used for internal purposes. BI Analysts are often the ones that are assessing this data.User-Facing Analytics
Analytics that you provide to the end users of your software or web applications.Machine Learning
Also referred to as machine-powered, or machine-fed analytics. These are when you feed analytics or events directly into your systems and then have your systems do the processing, automatically. Anomaly detection and fraud detection fit into this category, or any time a machine is generating insights without human interaction.Why is fresh data important?
When you’re working with very large data sets that are constantly changing, you need to make sure the analytics that you have are based on the most recent data. Data gets outdated quickly and not having the freshest data can set you back in each of the type of analytics defined above.- Dashboards need to be able to monitor the constant changes.
- You can build more interactive applications on top of this fresh data with actionable triggers for your end users. Organizations like LinkedIn provide their end users with real-time data through features like _Who viewed my profile _where a user can message other users upon seeing that they viewed their profile. Another example is in LinkedIn’s news feed where a user can react, comment, or like a post as soon as they see it.
- For machine learning analytics you want your systems to know right away when something is happening, when there are changes in patterns or trends, so that you or your systems can take action.