All Projects → Ironholds → webreadr

Ironholds / webreadr

Licence: other
A package for consuming and munging access log data

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to webreadr

apachelogs
Parse Apache access logs
Stars: ✭ 19 (-62%)
Mutual labels:  access-logs
access-log
PSR-15 middleware to generate access logs
Stars: ✭ 21 (-58%)
Mutual labels:  access-logs
terraform-aws-ecs-web-app
Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.
Stars: ✭ 175 (+250%)
Mutual labels:  access-logs

Read access log data in R

Author: Oliver Keyes
License: MIT
Status: Stable

Travis-CI Build Status downloads

webreadr is an access log reader for R. It is capable of handling logs in Squid, Apache, Varnish, NGINX or AWS's usual formats, and is based around Hadley Wickham's readr package for maximum speed. See the vignette for more information, and if you have requests for additional features, open an issue.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

For the released version:

install.packages("webreadr")

For the development version:

library(devtools)
install_github("ironholds/webreadr")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].