Apache IoTDB (Internet of Things Database) is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis.
For applications based on time series data, data quality is vital. IoTDB-Quality 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.
- 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.
- Email: [email protected]