Skip to content

sean-hale-dev/quantcast_coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server session log analyzer

This is a tool written to parse CSV log files in the format

session_id access timestamp
<entry 1> <entry 2>

Installation

To build this project, use the cargo rust build system.

  • cargo run <CSV Logfile> -d <YY-mm-dd> get most frequent session accesses for a given date
  • cargo run --help get CLI help with program
  • cargo test run unit tests
  • cargo build build optimized version of code

About

Test code repo for Quantcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages