Exhibitors & Products
Events & Speakers

This release introduces "AINode", the internal machine learning framework, and brings a major upgrade to the permissions module, supporting sequence-level permissions. In addition, various optimisations have been made to features such as views and stream processing, improving the usability of the product while increasing release stability and overall performance.

AINode" internal machine learning framework

What is AINode? AINode is the third internal node in Apache IoTDB, after ConfigNode and DataNode. This node extends IoTDB's ability to perform machine learning analysis on time series data by interacting with the DataNode and ConfigNode clusters. AINode enables the integration of existing machine learning models by registering them and performing time series analysis tasks using simple SQL statements on specified time series data. This seamlessly combines model creation, management and inference within the database engine. The framework currently supports popular machine learning algorithms or proprietary models for typical time series analysis scenarios such as time series prediction and anomaly detection.