reference-apps icon indicating copy to clipboard operation
reference-apps copied to clipboard

Session concept

Open ddtxra opened this issue 9 years ago • 0 comments

Hello, Thanks for this tutorial!

I was wondering if it could be possible to compute the session metric like Google Analytics does using Apache SPARK in offline mode? https://support.google.com/analytics/answer/2731565?hl=en

The algorithm should aggregate requests for the same IP and check if the time between 2 requests (timestamp in the log files, not when the message is received) has been more than 30minutes (to determine inactivity of the user).

ddtxra avatar Jan 18 '16 17:01 ddtxra