From 8b3398444a9e4d1ce6bd22ce1da81079c8ea4b91 Mon Sep 17 00:00:00 2001 From: Dante Date: Sat, 11 Apr 2026 12:35:03 +0200 Subject: [PATCH] Add PFC-JSONL log compressor to Log Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 469fc5d..06bae21 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ Log management tools: collect, parse, visualize... - [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` - [reaction](https://reaction.ppom.me/) - A lightweight daemon that scans program outputs for repeated patterns, and takes action. ([Source Code](https://framagit.org/ppom/reaction)) `AGPL-3.0` `Rust` - [rsyslog](https://www.rsyslog.com/) - Rocket-fast system for log processing. ([Source Code](https://github.com/rsyslog/rsyslog)) `GPL-3.0` `C` +- [PFC-JSONL](https://github.com/ImpossibleForge/pfc-jsonl) - Specialized JSONL log compressor with block-level timestamp indexing for efficient storage and querying. Fluent Bit compatible, DuckDB integration. ([Source Code](https://github.com/ImpossibleForge/pfc-jsonl)) `Proprietary` `Python` ### Mail Clients