|
|
|
|
|
by jparker165
4978 days ago
|
|
Home-grown systems deserve a place in this discussion as well. For my point I'll break up analytics into halves:
(1) collection and storage of data
(2) analysis and presentation Splunk is an example of something that only does the second half, as collection and storage are done in your own application logs. The downside as noted here is that this requires much customization to teach splunk how to interpret your logs. On the other hand systems like GA, Mixpanel, Omniture, etc. provide powerful analysis and presentation out of the box, but keep the data locked up in a proprietary format that's usually never available outside their systems. My personal preference for start-ups is to follow both paths:
(A) implement some closed system like GA/Mixpanel that will work immediately
(B) simultaneously record all useful data yourself and implement analysis systems as is justified edit - i guess you can't hack it to look like bullets with spacing |
|
Have a look at https://github.com/snowplow/snowplow if you want to find out more...