https://github.com/tensorush/loog
Server log analyzer.
https://github.com/tensorush/loog
clf-log common-log-format hyperloglog json log log-analysis log-analytics log-analyzer log-parser log-parsing logging loglog-beta server-log server-logs web-log weblog zig zig-lang zig-package ziglang
Last synced: 2 months ago
JSON representation
Server log analyzer.
- Host: GitHub
- URL: https://github.com/tensorush/loog
- Owner: tensorush
- License: mit
- Created: 2024-02-01T19:20:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T10:24:52.000Z (11 months ago)
- Last Synced: 2024-12-06T08:23:03.795Z (6 months ago)
- Topics: clf-log, common-log-format, hyperloglog, json, log, log-analysis, log-analytics, log-analyzer, log-parser, log-parsing, logging, loglog-beta, server-log, server-logs, web-log, weblog, zig, zig-lang, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loog
[![CI][ci-shd]][ci-url]
[![LC][lc-shd]][lc-url]## [Server log](https://en.wikipedia.org/wiki/Common_Log_Format) analyzer.
### :rocket: Usage
```sh
git clone https://github.com/tensorush/loog.git
cd loog/
zig build exe -- -h
```[ci-shd]: https://img.shields.io/github/actions/workflow/status/tensorush/loog/ci.yaml?branch=main&style=for-the-badge&logo=github&label=CI&labelColor=black
[ci-url]: https://github.com/tensorush/loog/blob/main/.github/workflows/ci.yaml
[lc-shd]: https://img.shields.io/github/license/tensorush/loog.svg?style=for-the-badge&labelColor=black
[lc-url]: https://github.com/tensorush/loog/blob/main/LICENSE