Reference implementations for clients integrating with the cq27 knowledge base via its gRPC ingest service.
Each scanner connects to the ingest service via gRPC, scans a content source, and forwards data for processing.
| Directory | Source | Language |
|---|---|---|
python/moltbook/ |
Moltbook social platform | Python |
python/emog/reference-scanner/ |
emog job postings (RSS feeds, IngestEntity) |
Python |
The proto/ directory contains the .proto definitions for the ingest gRPC API. Scanners use generated stubs from these files to communicate with the ingest service.