Quick Start
Less than 1 minute
Quick Start
About
For applications based on time series data, data quality is vital.
UDF Library is IoTDB User Defined Functions (UDF) about data quality, including data profiling, data quality evalution and data repairing.
It effectively meets the demand for data quality in the industrial field.
Quick Start
- Download the JAR with all dependencies and the script of registering UDF.
- Copy the JAR package to
ext\udf
under the directory of IoTDB system. - Run
sbin\start-server.bat
(for Windows) orsbin\start-server.sh
(for Linux or MacOS) to start IoTDB server. - Copy the script to the directory of IoTDB system (under the root directory, at the same level as
sbin
), modify the parameters in the script if needed and run it to register UDF.
Download
Since our codes are still under review, there are no codes in Apache repository. Before finishing the review, the above files can be downloaded in our old website.