Skip to content

Instantly share code, notes, and snippets.

@abshkd
Created October 21, 2016 09:50
Show Gist options
  • Save abshkd/41083c320130a54b7a88ef9551d96839 to your computer and use it in GitHub Desktop.
Save abshkd/41083c320130a54b7a88ef9551d96839 to your computer and use it in GitHub Desktop.
What is Analytics

Stages

  • Discovery - Patterns in Data
  • Communicating - Provide ingiht at higher level

##Types of Analytics

  • Cubic Analytics - BI, filtering aggregation on Dimension. usually 3 to N dimension including Time often but not always
  • Predictive Analysis - Statistical and machine learning. ** regression ** etc

Dimensions of Analytics

  • Real time - Ability to analyze data instantly
  • Batch - Provide insight over larger data set and might takes hours or days to generate.

Realtime Analytics - dichotomy

  • Streaming- Analyze as produced
  • Interactive - Store and analyze, like query and job.

What is real time?

  • OLTP/OLAP < 500 ms
  • Loosely realtime (Approximation) in few seconds.
  • Batch Analytics - high throughput, disk IO, takes days.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment