The IETF RFC series as a corpus for hive-ingestor.
The host owns the pipeline and its extension seams; this addon owns the
corpus. It registers one ISource factory in the host's source registry at
initialize! and retracts it at shutdown! — the host never names an RFC.
Bulk access to the series is rsync, not HTTP:
rsync -avz --delete rsync.rfc-editor.org::rfcs-text-only <dir>
~10k documents / ~550 MB.
ingest source source=rfc dir=<mirror> from=7000 to=7999
A run is a window (from / to / offset / limit). Re-running a window
upserts rather than duplicating, because chunk and document ids are derived
from the canonical rfc-editor URL — which is also why a mirrored document and
one fetched over HTTP are the same document to the store and the KG.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |