| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Kilo Data is the open, deterministic threat-intelligence and IP-reputation data pipeline for KiloCheck. It retrieves complete bulk publications from original sources, validates and normalizes them, and publishes reproducible Apache Arrow and Parquet release artifacts. It does not contain the future KiloCheck query CLI and never performs per-IP intelligence lookups.
immutable bulk artifacts
↓
catalog hash validation
↓
format-aware corpus profiling
↓
source-native parsed records (Parquet)
↓
canonical semantic tables (next)
↓
optimized runtime index (later)
No collection or compilation command performs per-IP API lookups.
cargo run -p kilo-data -- validate
cargo run -p kilo-data -- inspect
cargo run -p kilo-data -- compile-source-records
cargo run -p kilo-data -- compile-canonical
cargo run -p kilo-data -- validate-canonicalThe source catalog and corpus review notes live in reference-data/README.md and reference-data/SOURCES.md.
The public dataset release cadence, stable/edge channels, and future CLI merge contract are documented in docs/data-releases.md.
| Back | FazBrowse Home | New Git URL |