-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix notebooks; add check for attachments=null
- Loading branch information
Showing
6 changed files
with
1,585 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
[meta] | ||
title="Load JSON files with Pipeline from S3" | ||
description="This notebook will help you load JSON files from a public open AWS S3 bucket. You will see two modes: | ||
*) where you map the JSON elements to columns in a relational table | ||
*) where you just ingest all documents ito a JSON column. In that mode we also show how you can use persisted computed column for extracting JSON fields | ||
" | ||
description="""\ | ||
This notebook will help you load JSON files from a public open | ||
AWS S3 bucket. You will see two modes: | ||
*) where you map the JSON elements to columns in a relational table | ||
*) where you just ingest all documents ito a JSON column. In that mode we also show how you can use persisted computed column for extracting JSON fields | ||
""" | ||
icon="chart-network" | ||
tags=["pipeline", "json", "s3"] | ||
destinations=["spaces"] | ||
destinations=["spaces"] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
[meta] | ||
title="Learn how to Optimize Performance with TPCH 100" | ||
description="This notebook will help you understand how you can take advantage of SingleStoreDB distributed capability using TPCH-100. We recommend using a S2 or S4 workspace to see the difference in performance. | ||
If you come from single node database, this is an important step to follow to scale your performance linearly as your data grows. | ||
description="""\ | ||
This notebook will help you understand how you can take advantage of | ||
SingleStoreDB distributed capability using TPCH-100. We recommend using | ||
a S2 or S4 workspace to see the difference in performance. | ||
You will see two areas: | ||
*) Ingesting data using pipeline at a super fast speed (You will use a real-time embedded dashboard) | ||
*) Compare query performance with an unoptimized database and an optimized database | ||
" | ||
If you come from single node database, this is an important step to follow | ||
to scale your performance linearly as your data grows. | ||
You will see two areas: | ||
*) Ingesting data using pipeline at a super fast speed (You will use a real-time embedded dashboard) | ||
*) Compare query performance with an unoptimized database and an optimized database | ||
""" | ||
icon="database" | ||
tags=["performance", "benchmark", "tpch", "benchmark", "shardkey", "ingest"] | ||
destinations=["spaces"] | ||
destinations=["spaces"] |
1,114 changes: 1,113 additions & 1 deletion
1,114
notebooks/optimize-performance-with-tpch-100/notebook.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters