Skip to content

Commit e197c70

Browse files
authored
Optimize modeling design scheme (#597)
1 parent 0fb029f commit e197c70

72 files changed

Lines changed: 2237 additions & 5909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
522 KB
Loading
347 KB
Loading
452 KB
Loading
327 KB
Loading

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const enSidebar = {
4343
},
4444
{
4545
text: 'Modeling Scheme Design',
46-
link: 'Data-Model-and-Terminology',
46+
link: 'Data-Model-and-Terminology_apache',
4747
},
4848
{ text: 'Data Type', link: 'Data-Type' },
4949
],
@@ -188,6 +188,8 @@ export const enSidebar = {
188188
collapsible: true,
189189
prefix: 'SQL-Manual/',
190190
children: [
191+
{ text: 'Identifiers', link: 'Syntax-Rule' },
192+
{ text: 'Keywords', link: 'Keywords' },
191193
{ text: 'SQL Manual', link: 'SQL-Manual' },
192194
{
193195
text: 'Functions and Operators',
@@ -236,14 +238,6 @@ export const enSidebar = {
236238
{ text: 'DataNode Config Manual', link: 'DataNode-Config-Manual_apache' },
237239
],
238240
},
239-
{
240-
text: 'Syntax-Rule',
241-
collapsible: true,
242-
children: [
243-
{ text: 'Identifiers', link: 'Syntax-Rule' },
244-
{ text: 'Keywords', link: 'Keywords' },
245-
],
246-
},
247241
{ text: 'Status Codes', link: 'Status-Codes' },
248242
],
249243
},

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const zhSidebar = {
3939
children: [
4040
{ text: '常见概念', link: 'Cluster-Concept_apache' },
4141
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
42-
{ text: '建模方案设计', link: 'Data-Model-and-Terminology' },
42+
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_apache' },
4343
{ text: '数据类型', link: 'Data-Type' },
4444
],
4545
},

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const enSidebar = {
4343
},
4444
{
4545
text: 'Modeling Scheme Design',
46-
link: 'Data-Model-and-Terminology',
46+
link: 'Data-Model-and-Terminology_timecho',
4747
},
4848
{ text: 'Data Type', link: 'Data-Type' },
4949
],

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const zhSidebar = {
3939
children: [
4040
{ text: '常见概念', link: 'Cluster-Concept_timecho' },
4141
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
42-
{ text: '建模方案设计', link: 'Data-Model-and-Terminology' },
42+
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_timecho' },
4343
{ text: '数据类型', link: 'Data-Type' },
4444
],
4545
},

src/UserGuide/Master/Table/Background-knowledge/Data-Model-and-Terminology_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The application scenarios mainly include two categories:
113113
- If different types of devices in the scenario have different hierarchical paths and data point sets, create branches under the database node by device type. Each device type can have a different data point structure.
114114

115115
<div style="text-align: center;">
116-
<img src="/img/Data-model-en01.png" alt="" style="width: 70%;"/>
116+
<img src="/img/Data-model-en-11.png" alt="" style="width: 70%;"/>
117117
</div>
118118

119119
##### 3.1.3.2 How to model when there are no devices, only data points?

src/UserGuide/Master/Table/Background-knowledge/Data-Model-and-Terminology_timecho.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The application scenarios mainly include three categories:
115115
- If different types of devices in the scenario have different hierarchical paths and data point sets, create branches under the database node by device type. Each device type can have a different data point structure.
116116

117117
<div style="text-align: center;">
118-
<img src="/img/Data-model-en01.png" alt="" style="width: 70%;"/>
118+
<img src="/img/Data-model-en-11.png" alt="" style="width: 70%;"/>
119119
</div>
120120

121121
##### 3.1.3.2 How to model when there are no devices, only data points?
@@ -207,7 +207,7 @@ The application scenarios mainly include three categories:
207207
- **Table View**T: Create a table view for each type of device, with each table view having different tags and data point sets.
208208

209209
<div style="text-align: center;">
210-
<img src="/img/Data-model-en07.png" alt="" style="width: 70%;"/>
210+
<img src="/img/Data-model-en-10.png" alt="" style="width: 70%;"/>
211211
</div>
212212

213213
##### 3.3.2.2 How to model when there are no device identifier columns or attribute columns?

0 commit comments

Comments
 (0)