This is an automated email from the ASF dual-hosted git repository. leirui pushed a commit to branch research/M4-visualization in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5ea68e84a24467370743875cf28e711f738ad152 Author: Lei Rui <[email protected]> AuthorDate: Fri Feb 3 22:53:42 2023 +0800 add readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 683200e96e..0f32ab1e03 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ --> # M4-LSM -- The code of two M4-LSM deployments, M4-UDF and M4-LSM, is available in this repository. +- The codes for two deployments, M4-UDF and M4-LSM, are available in this repository. - M4-UDF: `server/src/main/java/org/apache/iotdb/db/query/udf/builtin/UDTFM4MAC.java`. The document of the M4 function is available on the product [website](https://iotdb.apache.org/UserGuide/Master/Operators-Functions/Sample.html#m4-function) of Apache IoTDB. - - M4-LSM: `server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java`. The step regression index implementation: `tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/StepRegress.java`. + - M4-LSM: `server/src/main/java/org/apache/iotdb/db/query/dataset/groupby/LocalGroupByExecutor4CPV.java`. The step regression index is implemented in: `tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/statistics/StepRegress.java`. - Some integration tests for correctness are in `org.apache.iotdb.db.integration.m4.MyTest1/2/3/4`. -- The experiment-related code, data and scripts are in [another GitHub repository](https://github.com/LeiRui/M4-visualization-exp.git) for easier reproducibility. +- The codes, data and scripts for experiments are in [another GitHub repository](https://github.com/LeiRui/M4-visualization-exp.git) for reproducibility. - For the README of Apache IoTDB itself, please see [README_IOTDB.md](README_IOTDB.md). - To build this repository, run `mvn clean package -DskipTests -pl -distribution`.
