jwodder / apachelogs

Parse Apache access logs
MIT License
23 stars 2 forks source link

Any benefits over amandasaurus / apache-log-parser? #3

Closed carlinmack closed 12 months ago

carlinmack commented 2 years ago

https://github.com/amandasaurus/apache-log-parser

They both seem to be quite similar, you could elevate this project by showing better performance or edge cases that are handled better by this project

jwodder commented 2 years ago

I believe this is the first I've heard of apache-log-parser. Some of the features I see that apachelogs has that apache-log-parser doesn't seem to:

I'm not about to do performance testing, but both libraries work by converting log formats to regexes, so their performance is likely to be roughly the same.

FelixSchwarz commented 1 year ago

Also https://github.com/amandasaurus/apache-log-parser uses a GPL v3 license. This may or may not be a good thing depending on your project.