Quick Start
Quick Start
This document will help you understand how to quickly get started with IoTDB.
How to install and deploy?
This document will help you quickly install and deploy IoTDB. You can quickly locate the content you need to view through the following document links:
Prepare the necessary machine resources: The deployment and operation of IoTDB require consideration of multiple aspects of machine resource configuration. Specific resource allocation can be viewed Database Resources
Complete system configuration preparation: The system configuration of IoTDB involves multiple aspects, and the key system configuration introductions can be viewed System Requirements
Get installation package: You can contact Timecho Business to obtain the IoTDB installation package to ensure that the downloaded version is the latest and stable. The specific installation package structure can be viewed: Obtain TimechoDB
Install database and activate: You can choose the following tutorials for installation and deployment based on the actual deployment architecture:
Stand-Alone Deployment: Stand-Alone Deployment
Cluster Deployment: Cluster Deployment
Dual Active Deployment: Dual Active Deployment
❗️Attention: Currently, we still recommend installing and deploying directly on physical/virtual machines. If Docker deployment is required, please refer to: Docker Deployment
Install database supporting tools: The enterprise version database provides a monitoring panel 、Workbench Supporting tools, etc,It is recommended to install IoTDB when deploying the enterprise version, which can help you use IoTDB more conveniently:
Monitoring panel:Provides over a hundred database monitoring metrics for detailed monitoring of IoTDB and its operating system, enabling system optimization, performance optimization, bottleneck discovery, and more. The installation steps can be viewed Monitoring panel
Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed Workbench Deployment
How to use it?
Database modeling design: Database modeling is an important step in creating a database system, which involves designing the structure and relationships of data to ensure that the organization of data meets the specific application requirements. The following document will help you quickly understand the modeling design of IoTDB:
Introduction to the concept of timeseries:Navigating Time Series Data
Introduction to Modeling Design: Data Model
SQL syntax introduction:Operate Metadata
Write Data: In terms of data writing, IoTDB provides multiple ways to insert real-time data. Please refer to the basic data writing operations for details Write Data
Query Data: IoTDB provides rich data query functions. Please refer to the basic introduction of data query Query Data
Other advanced features: In addition to common functions such as writing and querying in databases, IoTDB also supports "Data Synchronisation、Stream Framework、Security Management、Database Administration、AI Capability"and other functions, specific usage methods can be found in the specific document:
Data Synchronisation: Data Synchronisation
Stream Framework: Stream Framework
Security Management: Security Management
Database Administration: Database Administration
AI Capability :AI Capability
API: IoTDB provides multiple application programming interfaces (API) for developers to interact with IoTDB in their applications, and currently supports Java Native API、Python Native API、C++ Native API、Go Native API, For more API, please refer to the official website 【API】 and other chapters
What other convenient peripheral tools are available?
In addition to its rich features, IoTDB also has a comprehensive range of tools in its surrounding system. This document will help you quickly use the peripheral tool system :
Benchmark Tool: IoT benchmark is a time series database benchmark testing tool developed based on Java and big data environments, developed and open sourced by the School of Software at Tsinghua University. It supports multiple writing and querying methods, can store test information and results for further query or analysis, and supports integration with Tableau to visualize test results. For specific usage instructions, please refer to: Benchmark Tool
Data Import Export Script: Used to achieve the interaction between internal data and external files in IoTDB, suitable for batch operations of individual files or directory files. For specific usage instructions, please refer to: Data Import Export Script
TsFile Import Export Script: For different scenarios, IoTDB provides users with multiple ways to batch import data. For specific usage instructions, please refer to: TsFile Import Export Script
Encountering problems during use?
If you encounter difficulties during installation or use, you can move to Frequently Asked Questions View in the middle