y-scope / clp

Compressed Log Processor (CLP) is a free log management tool capable of compressing text logs and searching the compressed logs without decompression.

Home Page:https://yscope.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does CLP tool have a command-line tool? How to use it?

xiaomaisuii opened this issue · comments

Request

Hello,
Recently, I saw that Uber uses the CLP tool for log data compression, and the ratio is quite impressive. Our company also wants to try it, but upon checking on GitHub and even the official paper, I haven’t found any specific instructions on how to use the CLP tool.
Is there a Linux version of the tool? Or a demo in Java code? How to use it?

Possible implementation

I am looking for a case or document that can be used for compression testing.

I find the guide here. @xiaomaisuii we could add wechat(search 1051271623) as I'm doing same thing for my company.

https://github.com/y-scope/clp/tree/373151ffaae20b4a09f80ac32e6bb696626d0061/components/package-template/src

Hi @xiaomaisuii, @bossjie,

Sorry for the slow response! The easiest way to try CLP would be to download a release and follow the README inside (the same one that @bossjie linked). Let us know if you have any issues.