Skip to content

david96182/log-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOG PROCESSOR

Description

Log processor for nginx or apache that extracts user and user sessions and calculates other types of useful data for bot detection or traffic analysis. The users are calculated taking into account the ip and the user agent as identifier. In the data model you can see all the data that users and their sessions have.

How to use

  1. Clone project
  2. Install psycopg2
  3. Create a postgresql database and restore it using the database backup
  4. Change app.properties with your configuration
  5. Run
  6. Check database

Database model

Database model

About

Log processor for nginx or apache that extracts user and user sessions and calculates other types of useful data for bot detection or traffic analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages