Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lakehouse best practices #1659

Merged
merged 6 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from 3 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
Binary file added .sidebars.json.swp
Binary file not shown.
Binary file not shown.
22 changes: 11 additions & 11 deletions sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
"type": "category",
"label": "Tutorials",
"items": [
{
"type": "category",
"label": "Building lakehouse",
"items": [
"gettingStarted/tutorials/building-lakehouse/doris-hudi",
"gettingStarted/tutorials/building-lakehouse/doris-paimon",
"gettingStarted/tutorials/building-lakehouse/doris-iceberg",
"gettingStarted/tutorials/building-lakehouse/doris-lakesoul"
]
},
"gettingStarted/tutorials/log-storage-analysis"
]
}
Expand Down Expand Up @@ -460,7 +450,17 @@
"lakehouse/compute-node",
"lakehouse/external-statistics",
"lakehouse/cloud-auth",
"lakehouse/sql-dialect"
"lakehouse/sql-dialect",
{
"type": "category",
"label": "Lakehouse Best Practices",
"items": [
"lakehouse/lakehouse-best-practices/doris-hudi",
"lakehouse/lakehouse-best-practices/doris-paimon",
"lakehouse/lakehouse-best-practices/doris-iceberg",
"lakehouse/lakehouse-best-practices/doris-lakesoul"
]
}
]
},
{
Expand Down