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
- Clone project
- Install psycopg2
- Create a postgresql database and restore it using the database backup
- Change app.properties with your configuration
- Run
- Check database