Open ddtxra opened 8 years ago
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).
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).