Skip to content

Commit 7e1d19f

Browse files
author
ImpossibleForge
committed
docs: update related section to two-level ecosystem model
1 parent 144456a commit 7e1d19f

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -261,20 +261,13 @@ The extension uses `popen()` to call the PFC binary. Windows is not supported
261261
**`ts_from (...) must be <= ts_to (...)`**
262262
You passed an inverted time range. Swap the values so `ts_from` comes before `ts_to`.
263263

264-
## Related Projects
265-
266-
| Project | Description |
267-
|---------|-------------|
268-
| [pfc-jsonl](https://github.com/ImpossibleForge/pfc-jsonl) | The core binary — compress, decompress, query |
269-
| [pfc-gateway](https://github.com/ImpossibleForge/pfc-gateway) | HTTP query + ingest API for .pfc archives — enables Grafana and remote access |
270-
| [pfc-fluentbit](https://github.com/ImpossibleForge/pfc-fluentbit) | Stream Fluent Bit logs directly to `.pfc` archives |
271-
| [pfc-migrate](https://github.com/ImpossibleForge/pfc-migrate) | Convert existing gzip/zstd/lz4 archives to PFC — local, S3, Azure, GCS |
272-
| [pfc-jsonl (PyPI)](https://pypi.org/project/pfc-jsonl/) | Python package — `pip install pfc-jsonl` |
273-
| [pfc-vector](https://github.com/ImpossibleForge/pfc-vector) | High-performance Rust ingest daemon for Vector.dev |
274-
| [pfc-otel-collector](https://github.com/ImpossibleForge/pfc-otel-collector) | OpenTelemetry OTLP/HTTP log exporter |
275-
| [pfc-kafka-consumer](https://github.com/ImpossibleForge/pfc-kafka-consumer) | Kafka / Redpanda consumer |
276-
| [pfc-telegraf](https://github.com/ImpossibleForge/pfc-telegraf) | Telegraf HTTP output plugin → PFC |
277-
| [pfc-grafana](https://github.com/ImpossibleForge/pfc-grafana) | Grafana data source plugin for PFC archives |
264+
## Part of the PFC Ecosystem
265+
266+
**[→ View all PFC tools & integrations](https://github.com/ImpossibleForge/pfc-jsonl#ecosystem)**
267+
268+
| Direct integration | Why |
269+
|---|---|
270+
| [pfc-gateway](https://github.com/ImpossibleForge/pfc-gateway) | HTTP alternative — query `.pfc` archives without a local DuckDB install |
278271

279272
---
280273

0 commit comments

Comments
 (0)