From 8ea88fc96a596b0b3b56b8a87d57ca77619c2e3c Mon Sep 17 00:00:00 2001 From: diy1 Date: Thu, 12 Sep 2024 22:57:23 -0400 Subject: [PATCH] Add OSDI'24 paper on JSON log handling to the README. (#538) Co-authored-by: Ding Yuan --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d8d00f38..4a5c4a81d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ YScope's Compressed Log Processor (CLP) compresses your logs, and allows you to compressed logs without decompression. CLP supports both JSON logs and unstructured (i.e., free text) logs. It also supports real-time log compression within several logging libraries. CLP also includes purpose-built web interfaces for searching and viewing the compressed logs. To learn more -about it, you can read our [paper][clp-paper]. +about it, read our [2021 paper][clp-paper-21] about handling unstructured logs and our +[2024 paper][clp-paper-24] on extending it to JSON logs. # Benchmarks @@ -27,7 +28,7 @@ index-less design, so for a fair comparison, we disabled MongoDB and PostgreSQL' left them enabled, MongoDB and PostgreSQL's compression ratio would be worse. We didn't disable indexing for Elasticsearch or Splunk since these tools are fundamentally index-based (i.e., logs cannot be searched without indexes). More details about our experimental methodology can be found in -the [CLP paper][clp-paper]. +the [2021 paper][clp-paper-21] and the [2024 paper][clp-paper-24]. # System Overview @@ -94,7 +95,8 @@ If you would like a feature or want to report a bug, please file an issue and we [clp-ffi-go]: https://github.com/y-scope/clp-ffi-go [clp-ffi-py]: https://github.com/y-scope/clp-ffi-py [clp-loglib-py]: https://github.com/y-scope/clp-loglib-py -[clp-paper]: https://www.usenix.org/system/files/osdi21-rodrigues.pdf +[clp-paper-21]: https://www.usenix.org/system/files/osdi21-rodrigues.pdf +[clp-paper-24]: https://www.usenix.org/system/files/osdi24-wang-rui.pdf [core]: http://docs.yscope.com/clp/main/dev-guide/components-core [core-container]: http://docs.yscope.com/clp/main/user-guide/core-container [datasets]: https://docs.yscope.com/clp/main/user-guide/resources-datasets