Skip to content

Commit 144456a

Browse files
author
ImpossibleForge
committed
docs: add badges (license, language, pfc-jsonl, version)
1 parent 05109bd commit 144456a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# pfc — DuckDB Extension for PFC-JSONL
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
4+
[![DuckDB](https://img.shields.io/badge/DuckDB-Community%20Extension-yellow.svg)](https://duckdb.org/community_extensions/extensions/pfc)
5+
[![PFC-JSONL](https://img.shields.io/badge/PFC--JSONL-v3.4-green.svg)](https://github.com/ImpossibleForge/pfc-jsonl)
6+
[![Awesome DuckDB](https://awesome.re/mentioned-badge.svg)](https://github.com/davidgasquez/awesome-duckdb)
7+
38
You have compressed log archives on disk. To query them you normally decompress everything first — even if you only need one hour out of thirty days.
49

510
This extension changes that. Query `.pfc` files directly from DuckDB SQL. A block index tells the extension exactly which chunks of the file to decompress — the rest stays compressed.

0 commit comments

Comments
 (0)