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
744 changes: 744 additions & 0 deletions community/developer-guide/data-lineage-plugin-development.md

Large diffs are not rendered by default.

336 changes: 336 additions & 0 deletions docs/data-governance/data-lineage.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"message": "数据源扩展开发",
"description": "The label for category Data Source Extension in sidebar community"
},
"sidebar.community.category.Plugin Development": {
"message": "插件开发",
"description": "The label for category Plugin Development in sidebar community"
},
"sidebar.community.category.Data Format Reference": {
"message": "数据格式参考",
"description": "The label for category Data Format Reference in sidebar community"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,13 @@ const sidebars: SidebarsConfig = {
],
},
],
},
{
type: 'category',
label: 'Data Governance',
items: [
'data-governance/data-lineage',
],
},
],
},
Expand Down
7 changes: 7 additions & 0 deletions sidebarsCommunity.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A how-to-contribute/how-to-share-blogs. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A how-to-contribute/docs-format-specification. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A how-to-contribute/contribute-doc. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A how-to-contribute/pull-request. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A how-to-contribute/contribute-to-doris. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A team. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A security. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A feedback. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A subscribe-mail-list. Owner%3A @apache/doris-website-maintainers

Check warning on line 1 in sidebarsCommunity.json

View workflow job for this annotation

GitHub Actions / Build Check

sidebar-missing-doc

Sidebar references missing doc id%3A join-community. Owner%3A @apache/doris-website-maintainers
"community": [
{
"type": "category",
Expand Down Expand Up @@ -93,6 +93,13 @@
"developer-guide/data-source-extension/trino-connector-developer-guide"
]
},
{
"type": "category",
"label": "Plugin Development",
"items": [
"developer-guide/data-lineage-plugin-development"
]
},
{
"type": "category",
"label": "Data Format Reference",
Expand Down
76 changes: 76 additions & 0 deletions static/images/data-lineage/lineage-architecture-zh-CN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions static/images/data-lineage/lineage-architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions static/images/data-lineage/lineage-event-model-zh-CN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions static/images/data-lineage/lineage-event-model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading