Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 18 additions & 19 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,34 +104,24 @@ export const enSidebar = {
text: 'Advanced Features',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{
text: 'Data Sync',
collapsible: true,
children: [
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
],
},
{ text: 'Data Subscription(V1.3.4)', link: 'Data-subscription' },
{ text: 'AI Capability', link: 'AINode_apache' },
{
text: 'Security Management',
text: 'Stream Computing',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Stream Computing Framework', link: 'Streaming_apache' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{ text: 'Trigger', link: 'Trigger' },
],
},
{ text: 'UDF', link: 'User-defined-function_apache' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Trigger', link: 'Trigger' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
],
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
},
{
text: 'Maintenance SQL',
Expand All @@ -144,6 +134,15 @@ export const enSidebar = {
},
],
},
{
text: 'AI capability',
collapsible: true,
prefix: 'AI-capability/',
children: [
{ text: 'AINode', link: 'AINode_apache' },
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
],
},
{
text: 'Tools System',
collapsible: true,
Expand Down
35 changes: 18 additions & 17 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,33 +93,25 @@ export const zhSidebar = {
text: '高级功能',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription' },
{
text: '数据同步',
text: '流计算',
collapsible: true,
children: [
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
{ text: '流计算框架', link: 'Streaming_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: '触发器', link: 'Trigger' },
],
},
{ text: '数据订阅(V1.3.4)', link: 'Data-subscription' },
{ text: 'AI能力', link: 'AINode_apache' },
{ text: 'UDF', link: 'User-defined-function_apache' },
{
text: '安全管理',
text: '安全权限',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management' }],
},
{ text: '用户自定义函数', link: 'User-defined-function_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{
text: '数据库编程',
collapsible: true,
children: [
{ text: '触发器', link: 'Trigger' },
{ text: '流处理框架', link: 'Streaming_apache' },
],
},
{
text: '运维语句',
collapsible: true,
Expand All @@ -131,6 +123,15 @@ export const zhSidebar = {
},
],
},
{
text: 'AI 能力',
collapsible: true,
prefix: 'AI-capability/',
children: [
{ text: 'AINode', link: 'AINode_apache' },
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
],
},
{
text: '工具体系',
collapsible: true,
Expand Down
14 changes: 6 additions & 8 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,19 @@ export const enSidebar = {
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{
text: 'Security Management',
text: 'Stream Computing',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Stream Computing Framework', link: 'Streaming_apache' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{ text: 'Trigger', link: 'Trigger' },
],
},
{ text: 'UDF', link: 'User-defined-function_apache' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Trigger', link: 'Trigger' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
],
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
},
{
text: 'Maintenance SQL',
Expand Down
18 changes: 9 additions & 9 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,20 @@ export const zhSidebar = {
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription' },
{
text: '安全管理',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management' }],
},
{ text: '用户自定义函数', link: 'User-defined-function_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{
text: '数据库编程',
text: '流计算',
collapsible: true,
children: [
{ text: '流计算框架', link: 'Streaming_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: '触发器', link: 'Trigger' },
{ text: '流处理框架', link: 'Streaming_apache' },
],
},
{ text: 'UDF', link: 'User-defined-function_apache' },
{
text: '安全权限',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management' }],
},
{
text: '运维语句',
collapsible: true,
Expand Down
41 changes: 21 additions & 20 deletions src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,37 +113,29 @@ export const enSidebar = {
text: 'Advanced Features',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_timecho' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{
text: 'Data Sync',
text: 'Stream Computing',
collapsible: true,
children: [
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_timecho' },
],
},
{ text: 'Data Subscription(V1.3.4)', link: 'Data-subscription' },
{ text: 'AI Capability', link: 'AINode_timecho' },
{
text: 'Security Management',
collapsible: true,
children: [
{ text: 'White List', link: 'White-List_timecho' },
{ text: 'Audit Log', link: 'Audit-Log_timecho' },
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Stream Computing Framework', link: 'Streaming_timecho' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{ text: 'Trigger', link: 'Trigger' },
],
},
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'UDF', link: 'User-defined-function_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Trigger', link: 'Trigger' },
{ text: 'Stream Processing', link: 'Streaming_timecho' },
{ text: 'Permission Management', link: 'Authority-Management' },
{ text: 'White List', link: 'White-List_timecho' },
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
],
},
{
Expand All @@ -157,6 +149,15 @@ export const enSidebar = {
},
],
},
{
text: 'AI capability',
collapsible: true,
prefix: 'AI-capability/',
children: [
{ text: 'AINode', link: 'AINode_timecho' },
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
],
},
{
text: 'Tools System',
collapsible: true,
Expand Down
43 changes: 22 additions & 21 deletions src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,37 +96,29 @@ export const zhSidebar = {
text: '高级功能',
collapsible: true,
prefix: 'User-Manual/',
// children: 'structure',
children: [
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_timecho' },
{ text: '数据订阅', link: 'Data-subscription' },
{
text: '数据同步',
collapsible: true,
children: [
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_timecho' },
],
},
{ text: '数据订阅(V1.3.4)', link: 'Data-subscription' },
{ text: 'AI能力', link: 'AINode_timecho' },
{
text: '安全管理',
text: '流计算',
collapsible: true,
children: [
{ text: '白名单', link: 'White-List_timecho' },
{ text: '审计日志', link: 'Audit-Log_timecho' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '流计算框架', link: 'Streaming_timecho' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: '触发器', link: 'Trigger' },
],
},
{ text: '用户自定义函数', link: 'User-defined-function_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{
text: '数据库编程',
text: '安全权限',
collapsible: true,
children: [
{ text: '触发器', link: 'Trigger' },
{ text: '流处理框架', link: 'Streaming_timecho' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '白名单', link: 'White-List_timecho' },
{ text: '安全审计', link: 'Audit-Log_timecho' },
],
},
{
Expand All @@ -140,6 +132,15 @@ export const zhSidebar = {
},
],
},
{
text: 'AI 能力',
collapsible: true,
prefix: 'AI-capability/',
children: [
{ text: 'AINode', link: 'AINode_timecho' },
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
],
},
{
text: '工具体系',
collapsible: true,
Expand Down
18 changes: 9 additions & 9 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,24 @@ export const enSidebar = {
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{
text: 'Security Management',
text: 'Stream Computing',
collapsible: true,
children: [
{ text: 'White List', link: 'White-List_timecho' },
{ text: 'Audit Log', link: 'Audit-Log_timecho' },
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Stream Computing Framework', link: 'Streaming_timecho' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{ text: 'Trigger', link: 'Trigger' },
],
},
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'UDF', link: 'User-defined-function_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'Continuous Query', link: 'Database-Programming' },
{
text: 'Database Programming',
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Trigger', link: 'Trigger' },
{ text: 'Stream Processing', link: 'Streaming_timecho' },
{ text: 'Permission Management', link: 'Authority-Management' },
{ text: 'White List', link: 'White-List_timecho' },
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
],
},
{
Expand Down
20 changes: 10 additions & 10 deletions src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,24 @@ export const zhSidebar = {
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '数据订阅', link: 'Data-subscription' },
{
text: '安全管理',
text: '流计算',
collapsible: true,
children: [
{ text: '白名单', link: 'White-List_timecho' },
{ text: '审计日志', link: 'Audit-Log_timecho' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '流计算框架', link: 'Streaming_timecho' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: '触发器', link: 'Trigger' },
],
},
{ text: '用户自定义函数', link: 'User-defined-function_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
{
text: '数据库编程',
text: '安全权限',
collapsible: true,
children: [
{ text: '触发器', link: 'Trigger' },
{ text: '流处理框架', link: 'Streaming_timecho' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '白名单', link: 'White-List_timecho' },
{ text: '安全审计', link: 'Audit-Log_timecho' },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Tree/User-Manual/Audit-Log_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

-->

# Audit log
# Security Audit

## 1. Background of the function

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

-->

# Stream Processing
# Stream Computing Framework

The IoTDB stream processing framework allows users to implement customized stream processing logic, which can monitor and capture storage engine changes, transform changed data, and push transformed data outward.

Expand Down
Loading