Skip to content

Commit 0a6c6ec

Browse files
authored
Merge pull request #101 from singlestore-labs/tim/add-lesson-areas
Add lesson areas
2 parents 63289d0 + 8227cf3 commit 0a6c6ec

File tree

51 files changed

+82
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+82
-21
lines changed

notebooks/atlas-and-kai/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ description="""\
66
icon="database"
77
difficulty="beginner"
88
tags=["starter", "mongo", "kai"]
9+
lesson_areas=["Kai"]
910
destinations=["spaces"]
1011
minimum_tier="free-shared"

notebooks/backup-database-s3/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ description = """\
66
icon = "database"
77
difficulty="beginner"
88
tags = ["starter", "backup"]
9+
lesson_areas=["Data Management"]
910
destinations = ["spaces"]
1011
minimum_tier="standard"

notebooks/building-a-multi-agent-ai-app-with-autogen/meta.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description="""\
44
Learn how to build a multi-agent group chat with RAG using Autogen and SingleStore \
55
"""
66
icon="vector-circle"
7-
difficulty="beginner"
7+
difficulty="intermediate"
88
tags=["starter", "autogen", "rag", "multiagent", "groupchat"]
9+
lesson_areas=["AI"]
910
destinations=["spaces"]
1011
minimum_tier="free-shared"

notebooks/cdc-mongodb-sql-commands/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ description = """
55
icon = "database"
66
difficulty="intermediate"
77
tags = ["mongo", "pipeline", "cdc", "ingest", "kai"]
8+
lesson_areas=["Data Management"]
89
destinations = ["spaces"]
910
minimum_tier="standard"

notebooks/confluent-cloud-integration/meta.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title = "Ingest data from Confluent Cloud (Kafka)"
33
description = """
44
A step-by-step guide on seamlessly ingesting data from Confluent Cloud (Kafka) into your SingleStoreDB database using a robust pipeline. """
55
icon = "confluent-logo"
6-
difficulty="advanced"
6+
difficulty="intermediate"
77
tags = ["advanced", "confluent", "kafka", "pipeline", "realtime"]
8+
lesson_areas=["Integrations"]
89
destinations = ["spaces"]
910
minimum_tier="standard"

notebooks/evaluating-llms-with-uptrain/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Using Uptrain to evaluate LLMs built with SingleStore as the contextual store. T
55
"""
66
difficulty="intermediate"
77
tags=["openai", "llm", "vectordb", "langchain"]
8+
lesson_areas=["AI"]
89
icon="vector-circle"
910
destinations=["spaces"]
1011
minimum_tier="standard"

notebooks/getting-started-with-dataframes/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description="""\
77
icon="browser"
88
difficulty="beginner"
99
tags=["starter", "dataframe", "python"]
10+
lesson_areas=["Python SDK"]
1011
destinations=["spaces"]
1112
minimum_tier="free-shared"

notebooks/getting-started-with-fusion-sql/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ description="""\
88
icon="browser"
99
difficulty="beginner"
1010
tags=["starter", "fusion", "python"]
11+
lesson_areas=["Data Management", "Python SDK"]
1112
destinations=["spaces"]
1213
minimum_tier="standard"

notebooks/getting-started-with-mongocdc/meta.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description="""\
44
Setup Zero ETL data replication from MongoDB to SingleStore \
55
"""
66
icon="pipeline"
7-
difficulty="intermediate"
7+
difficulty="beginner"
88
tags=["cdc", "mongo", "kai"]
9+
lesson_areas=["Data Management"]
910
destinations=["spaces"]
1011
minimum_tier="standard"

notebooks/getting-started-with-notebooks/meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description="""\
77
icon="notes"
88
difficulty="beginner"
99
tags=["starter", "python", "sqrl"]
10+
lesson_areas=["Python SDK"]
1011
destinations=["spaces"]
1112
minimum_tier="free-shared"

0 commit comments

Comments
 (0)