Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironholds/webreadr
A package for consuming and munging access log data
https://github.com/ironholds/webreadr
access-logs r
Last synced: 6 days ago
JSON representation
A package for consuming and munging access log data
- Host: GitHub
- URL: https://github.com/ironholds/webreadr
- Owner: Ironholds
- License: other
- Created: 2015-03-15T05:54:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T14:42:23.000Z (over 3 years ago)
- Last Synced: 2024-10-04T12:14:04.600Z (about 1 month ago)
- Topics: access-logs, r
- Language: R
- Homepage: https://cran.r-project.org/web/packages/webreadr/
- Size: 144 KB
- Stars: 50
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Read access log data in R
__Author:__ Oliver Keyes
__License:__ [MIT](http://opensource.org/licenses/MIT)
__Status:__ Stable[![Travis-CI Build Status](https://travis-ci.org/Ironholds/webreadr.svg?branch=master)](https://travis-ci.org/Ironholds/webreadr) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/webreadr)
`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](https://github.com/Ironholds/webtools/blob/master/vignettes/Introduction.Rmd)
for more information, and if you have requests for additional features, open an [issue](https://github.com/Ironholds/webtools/issues).Please note that this project is released with a [Contributor Code of Conduct](https://github.com/Ironholds/webreadr/blob/master/CONDUCT.md). 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")