[PR #753] [CLOSED] Add PFC-JSONL - JSONL log compressor with timestamp indexing #5867

Closed
opened 2026-05-02 17:16:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/753
Author: @Dante7771
Created: 4/11/2026
Status: Closed

Base: masterHead: add-pfc-jsonl


📝 Commits (1)

  • 8b33984 Add PFC-JSONL log compressor to Log Management

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds PFC-JSONL to the Log Management section.

PFC-JSONL is a specialized JSONL log compressor with block-level timestamp indexing:

  • ~9% compression ratio (vs gzip ~12%, zstd ~14%)
  • DuckDB queryable via community extension: INSTALL pfc FROM community; LOAD pfc;
  • Fluent Bit compatible (pfc-fluentbit TCP forwarder)
  • pfc-migrate for migrating existing gzip/bz2/zstd archives to PFC

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/753 **Author:** [@Dante7771](https://github.com/Dante7771) **Created:** 4/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-pfc-jsonl` --- ### 📝 Commits (1) - [`8b33984`](https://github.com/awesome-foss/awesome-sysadmin/commit/8b3398444a9e4d1ce6bd22ce1da81079c8ea4b91) Add PFC-JSONL log compressor to Log Management ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [PFC-JSONL](https://github.com/ImpossibleForge/pfc-jsonl) to the Log Management section. PFC-JSONL is a specialized JSONL log compressor with block-level timestamp indexing: - ~9% compression ratio (vs gzip ~12%, zstd ~14%) - DuckDB queryable via community extension: `INSTALL pfc FROM community; LOAD pfc;` - Fluent Bit compatible (pfc-fluentbit TCP forwarder) - pfc-migrate for migrating existing gzip/bz2/zstd archives to PFC --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 17:16:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#5867