Skip to content

Given a dataset that represents a user's navigation of a website, find the top N most frequently visited paths. The data comes from a web server's access logs where you typically get the following fields: timestamp, IP address, request string, response code, user agent and cookies.

Notifications You must be signed in to change notification settings

sagar-jani/Three-Page-Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three-Page-Path

Given a dataset that represents a user's navigation of a website, find the top N most frequently visited paths. The data comes from a web server's access logs where you typically get the following fields: timestamp, IP address, request string, response code, user agent and cookies.

About

Given a dataset that represents a user's navigation of a website, find the top N most frequently visited paths. The data comes from a web server's access logs where you typically get the following fields: timestamp, IP address, request string, response code, user agent and cookies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages