├── .gitignore ├── LICENSE ├── Readme.md ├── compile-tools ├── thrift-0.14-MacOS └── thrift-0.14-ubuntu ├── docs ├── IOTDB.png ├── SystemDesign │ └── TsFile │ │ └── TsFile │ │ ├── tsFileVectorIndexCase5.png │ │ ├── tsFileVectorIndexCase6.png │ │ └── tsFileVectorIndexCase7.png ├── UserGuide │ ├── API │ │ ├── IoTDB-InfluxDB │ │ │ ├── architecture-design.png │ │ │ ├── class-diagram.png │ │ │ ├── influxdb-data.png │ │ │ ├── influxdb-vs-iotdb-data.png │ │ │ └── iotdb-data.png │ │ └── IoTDB-SQLAlchemy │ │ │ └── sqlalchemy-to-iotdb.png │ ├── CLI │ │ └── Command-Line-Interface │ │ │ ├── Administration Console.png │ │ │ ├── add Realm_1.png │ │ │ ├── add Realm_2.png │ │ │ ├── add_role1.png │ │ │ ├── add_role2.png │ │ │ ├── add_role3.png │ │ │ ├── add_role4.png │ │ │ ├── add_role5.png │ │ │ ├── client.png │ │ │ ├── login_keycloak.png │ │ │ ├── pwd.png │ │ │ └── user.png │ ├── Cluster │ │ ├── Architecture.png │ │ ├── Data-Partition.png │ │ ├── DataNode-StateMachine-EN.jpg │ │ ├── DataNode-StateMachine-ZH.jpg │ │ └── Preview1-Function.png │ ├── Data Concept │ │ ├── Auto-Create-MetaData │ │ │ └── auto_create_sg_example.png │ │ ├── Measurement Template │ │ │ ├── example_template_lifetime.png │ │ │ ├── example_template_lifetime_zh.png │ │ │ ├── example_with_template.png │ │ │ └── example_without_template.png │ │ └── Time-Partition │ │ │ └── time_partition_example.png │ ├── Ecosystem Integration │ │ ├── DBeaver │ │ │ ├── Screen Shot 2021-05-17 at 10.56.22 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 10.56.51 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.00.57 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.03.03 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.05.44 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.07.09 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.07.31 AM.png │ │ │ ├── Screen Shot 2021-05-17 at 11.08.33 AM.png │ │ │ └── Screen Shot 2022-04-26 at 5.57.32 PM.png │ │ └── Grafana-plugin │ │ │ ├── add empty panel.png │ │ │ ├── addvaribles.png │ │ │ ├── alertPanel5.png │ │ │ ├── alerting1.png │ │ │ ├── alerting2.png │ │ │ ├── alerting3.png │ │ │ ├── alerting4.png │ │ │ ├── alertpanel3.png │ │ │ ├── alertpanel4.png │ │ │ ├── alertpanel6.png │ │ │ ├── alertpanle1.png │ │ │ ├── alertpanle2.jpg │ │ │ ├── applyvariables.png │ │ │ ├── datasource_1.png │ │ │ ├── datasource_2.png │ │ │ ├── datasource_3.png │ │ │ ├── distribution.png │ │ │ ├── grafana-plugin-build.png │ │ │ ├── grafana_input.png │ │ │ ├── grafana_input2.png │ │ │ ├── grafana_input_style.png │ │ │ ├── manage.png │ │ │ ├── setconf.png │ │ │ ├── variablesinput3-1.png │ │ │ ├── variablesinput3.png │ │ │ ├── variblesinput.png │ │ │ ├── variblesinput2-1.png │ │ │ ├── variblesinput2-2.png │ │ │ └── variblesinput2.png │ ├── IoTDB-Introduction │ │ └── Architecture │ │ │ ├── Structure of Apache IoTDB cn.png │ │ │ └── Structure of Apache IoTDB.png │ ├── OtherMaterial-Sample.Data │ ├── Process-Data │ │ ├── Continuous-Query │ │ │ ├── pic1.png │ │ │ ├── pic2.png │ │ │ ├── pic3.png │ │ │ └── pic4.png │ │ ├── GroupBy │ │ │ ├── groupBySession.jpeg │ │ │ └── groupByVariation.jpeg │ │ ├── Triggers │ │ │ ├── ForwardQueueConsume.png │ │ │ ├── Trigger_Process_Flow.jpg │ │ │ └── Trigger_Process_Strategy.jpg │ │ └── UDF-User-Defined-Function │ │ │ ├── countWindow.png │ │ │ ├── sessionWindow.png │ │ │ ├── stateWindow.png │ │ │ └── timeWindow.png │ └── System Tools │ │ ├── Metrics │ │ ├── dashboard.png │ │ ├── iotdb_prometheus_grafana.png │ │ ├── metrics_demo_1.png │ │ └── metrics_demo_2.png │ │ └── Sync-Tool │ │ └── pipe2.png └── zh │ └── development │ └── howtocontributecode │ ├── 代码审阅流程1.png │ ├── 代码审阅流程2.png │ ├── 代码审阅流程3.png │ └── 认领issue.png ├── grafana_plugin ├── apache-iotdb-datasource.zip └── dockerfile.zip ├── integration-test └── pic │ ├── Add_New_Configuration.png │ ├── ClusterIT_Category.png │ ├── OneCopy_Category.png │ ├── Run(Menu).png │ ├── StandaloneIT_Category.png │ ├── StandaloneOnMppIT_Category.png │ ├── details.png │ ├── download1.png │ ├── download2.png │ ├── step.svg │ └── step_en.svg └── iotdb-tools-thrift ├── .mvn └── wrapper │ └── maven-wrapper.properties ├── README.md ├── mvnw ├── mvnw.cmd ├── pom.xml └── src └── main └── assembly └── thrift.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/Readme.md -------------------------------------------------------------------------------- /compile-tools/thrift-0.14-MacOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/compile-tools/thrift-0.14-MacOS -------------------------------------------------------------------------------- /compile-tools/thrift-0.14-ubuntu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/compile-tools/thrift-0.14-ubuntu -------------------------------------------------------------------------------- /docs/IOTDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/IOTDB.png -------------------------------------------------------------------------------- /docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase5.png -------------------------------------------------------------------------------- /docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase6.png -------------------------------------------------------------------------------- /docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/SystemDesign/TsFile/TsFile/tsFileVectorIndexCase7.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-InfluxDB/architecture-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-InfluxDB/architecture-design.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-InfluxDB/class-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-InfluxDB/class-diagram.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-InfluxDB/influxdb-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-InfluxDB/influxdb-data.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-InfluxDB/influxdb-vs-iotdb-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-InfluxDB/influxdb-vs-iotdb-data.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-InfluxDB/iotdb-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-InfluxDB/iotdb-data.png -------------------------------------------------------------------------------- /docs/UserGuide/API/IoTDB-SQLAlchemy/sqlalchemy-to-iotdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/API/IoTDB-SQLAlchemy/sqlalchemy-to-iotdb.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/Administration Console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/Administration Console.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add Realm_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add Realm_1.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add Realm_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add Realm_2.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add_role1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add_role1.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add_role2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add_role2.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add_role3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add_role3.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add_role4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add_role4.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/add_role5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/add_role5.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/client.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/login_keycloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/login_keycloak.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/pwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/pwd.png -------------------------------------------------------------------------------- /docs/UserGuide/CLI/Command-Line-Interface/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/CLI/Command-Line-Interface/user.png -------------------------------------------------------------------------------- /docs/UserGuide/Cluster/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Cluster/Architecture.png -------------------------------------------------------------------------------- /docs/UserGuide/Cluster/Data-Partition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Cluster/Data-Partition.png -------------------------------------------------------------------------------- /docs/UserGuide/Cluster/DataNode-StateMachine-EN.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Cluster/DataNode-StateMachine-EN.jpg -------------------------------------------------------------------------------- /docs/UserGuide/Cluster/DataNode-StateMachine-ZH.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Cluster/DataNode-StateMachine-ZH.jpg -------------------------------------------------------------------------------- /docs/UserGuide/Cluster/Preview1-Function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Cluster/Preview1-Function.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Auto-Create-MetaData/auto_create_sg_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Auto-Create-MetaData/auto_create_sg_example.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Measurement Template/example_template_lifetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Measurement Template/example_template_lifetime.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Measurement Template/example_template_lifetime_zh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Measurement Template/example_template_lifetime_zh.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Measurement Template/example_with_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Measurement Template/example_with_template.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Measurement Template/example_without_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Measurement Template/example_without_template.png -------------------------------------------------------------------------------- /docs/UserGuide/Data Concept/Time-Partition/time_partition_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Data Concept/Time-Partition/time_partition_example.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 10.56.22 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 10.56.22 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 10.56.51 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 10.56.51 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.00.57 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.00.57 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.03.03 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.03.03 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.05.44 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.05.44 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.07.09 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.07.09 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.07.31 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.07.31 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.08.33 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2021-05-17 at 11.08.33 AM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2022-04-26 at 5.57.32 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/DBeaver/Screen Shot 2022-04-26 at 5.57.32 PM.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/add empty panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/add empty panel.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/addvaribles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/addvaribles.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertPanel5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertPanel5.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting1.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting2.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting3.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alerting4.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel3.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel4.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanel6.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanle1.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanle2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/alertpanle2.jpg -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/applyvariables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/applyvariables.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_1.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_2.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/datasource_3.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/distribution.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana-plugin-build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana-plugin-build.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input2.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/grafana_input_style.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/manage.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/setconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/setconf.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variablesinput3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variablesinput3-1.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variablesinput3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variablesinput3.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2-1.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2-2.png -------------------------------------------------------------------------------- /docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Ecosystem Integration/Grafana-plugin/variblesinput2.png -------------------------------------------------------------------------------- /docs/UserGuide/IoTDB-Introduction/Architecture/Structure of Apache IoTDB cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/IoTDB-Introduction/Architecture/Structure of Apache IoTDB cn.png -------------------------------------------------------------------------------- /docs/UserGuide/IoTDB-Introduction/Architecture/Structure of Apache IoTDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/IoTDB-Introduction/Architecture/Structure of Apache IoTDB.png -------------------------------------------------------------------------------- /docs/UserGuide/OtherMaterial-Sample.Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/OtherMaterial-Sample.Data -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Continuous-Query/pic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Continuous-Query/pic1.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Continuous-Query/pic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Continuous-Query/pic2.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Continuous-Query/pic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Continuous-Query/pic3.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Continuous-Query/pic4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Continuous-Query/pic4.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/GroupBy/groupBySession.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/GroupBy/groupBySession.jpeg -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/GroupBy/groupByVariation.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/GroupBy/groupByVariation.jpeg -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Triggers/ForwardQueueConsume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Triggers/ForwardQueueConsume.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Triggers/Trigger_Process_Flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Triggers/Trigger_Process_Flow.jpg -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/Triggers/Trigger_Process_Strategy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/Triggers/Trigger_Process_Strategy.jpg -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/UDF-User-Defined-Function/countWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/UDF-User-Defined-Function/countWindow.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/UDF-User-Defined-Function/sessionWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/UDF-User-Defined-Function/sessionWindow.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/UDF-User-Defined-Function/stateWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/UDF-User-Defined-Function/stateWindow.png -------------------------------------------------------------------------------- /docs/UserGuide/Process-Data/UDF-User-Defined-Function/timeWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/Process-Data/UDF-User-Defined-Function/timeWindow.png -------------------------------------------------------------------------------- /docs/UserGuide/System Tools/Metrics/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/System Tools/Metrics/dashboard.png -------------------------------------------------------------------------------- /docs/UserGuide/System Tools/Metrics/iotdb_prometheus_grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/System Tools/Metrics/iotdb_prometheus_grafana.png -------------------------------------------------------------------------------- /docs/UserGuide/System Tools/Metrics/metrics_demo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/System Tools/Metrics/metrics_demo_1.png -------------------------------------------------------------------------------- /docs/UserGuide/System Tools/Metrics/metrics_demo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/System Tools/Metrics/metrics_demo_2.png -------------------------------------------------------------------------------- /docs/UserGuide/System Tools/Sync-Tool/pipe2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/UserGuide/System Tools/Sync-Tool/pipe2.png -------------------------------------------------------------------------------- /docs/zh/development/howtocontributecode/代码审阅流程1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/zh/development/howtocontributecode/代码审阅流程1.png -------------------------------------------------------------------------------- /docs/zh/development/howtocontributecode/代码审阅流程2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/zh/development/howtocontributecode/代码审阅流程2.png -------------------------------------------------------------------------------- /docs/zh/development/howtocontributecode/代码审阅流程3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/zh/development/howtocontributecode/代码审阅流程3.png -------------------------------------------------------------------------------- /docs/zh/development/howtocontributecode/认领issue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/docs/zh/development/howtocontributecode/认领issue.png -------------------------------------------------------------------------------- /grafana_plugin/apache-iotdb-datasource.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/grafana_plugin/apache-iotdb-datasource.zip -------------------------------------------------------------------------------- /grafana_plugin/dockerfile.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/grafana_plugin/dockerfile.zip -------------------------------------------------------------------------------- /integration-test/pic/Add_New_Configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/Add_New_Configuration.png -------------------------------------------------------------------------------- /integration-test/pic/ClusterIT_Category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/ClusterIT_Category.png -------------------------------------------------------------------------------- /integration-test/pic/OneCopy_Category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/OneCopy_Category.png -------------------------------------------------------------------------------- /integration-test/pic/Run(Menu).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/Run(Menu).png -------------------------------------------------------------------------------- /integration-test/pic/StandaloneIT_Category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/StandaloneIT_Category.png -------------------------------------------------------------------------------- /integration-test/pic/StandaloneOnMppIT_Category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/StandaloneOnMppIT_Category.png -------------------------------------------------------------------------------- /integration-test/pic/details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/details.png -------------------------------------------------------------------------------- /integration-test/pic/download1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/download1.png -------------------------------------------------------------------------------- /integration-test/pic/download2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/download2.png -------------------------------------------------------------------------------- /integration-test/pic/step.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/step.svg -------------------------------------------------------------------------------- /integration-test/pic/step_en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/integration-test/pic/step_en.svg -------------------------------------------------------------------------------- /iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/.mvn/wrapper/maven-wrapper.properties -------------------------------------------------------------------------------- /iotdb-tools-thrift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/README.md -------------------------------------------------------------------------------- /iotdb-tools-thrift/mvnw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/mvnw -------------------------------------------------------------------------------- /iotdb-tools-thrift/mvnw.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/mvnw.cmd -------------------------------------------------------------------------------- /iotdb-tools-thrift/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/pom.xml -------------------------------------------------------------------------------- /iotdb-tools-thrift/src/main/assembly/thrift.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apache/iotdb-bin-resources/HEAD/iotdb-tools-thrift/src/main/assembly/thrift.xml --------------------------------------------------------------------------------