Project docs#

Below are links to our open-source projects that have dedicated documentation (so far).

CLP (clp)

A tool that can compress both text and JSON logs with higher compression than general-purpose compressors while allowing search without full decompression. CLP can run as a large distributed system and includes a UI.

/clp/main

clp-ffi-py

A Python library exposing an interface to CLP’s core. It currently supports serializing, deserializing, searching, and analyzing CLP IR files.

/clp-ffi-py/main

YScope Log Viewer (yscope-log-viewer)

A web interface for viewing logs that use CLP’s IR stream format including features like filtering by log level and viewing large files.

/yscope-log-viewer/main

Log Surgeon (log-surgeon)

A customizable library for parsing logs efficiently and with high performance compared to general-purpose regular expression engines.

/log-surgeon/main