Skip to content

Commit

Permalink
Merge pull request #2 from oyeliseiev-ua/logo
Browse files Browse the repository at this point in the history
Use confluent logo
  • Loading branch information
pmishchenko-ua authored Jan 23, 2024
2 parents 0b4dd8a + 14b22e3 commit e977fa9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion notebooks/confluent-cloud-integration/meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title = "Ingest data from Confluent Cloud (Kafka)"
description = """
A step-by-step guide on seamlessly ingesting data from Confluent Cloud (Kafka) into your SingleStoreDB database using a robust pipeline. """
icon = "database"
icon = "confluent-logo"
tags = ["confluent", "training", "kafka", "pipeline", "realtime"]
destinations = ["spaces"]
8 changes: 4 additions & 4 deletions notebooks/confluent-cloud-integration/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"id": "8c76da18-b057-494b-bb1a-d13a608f7b04",
"metadata": {},
"source": [
"<div id=\"singlestore-header\" style=\"display: flex; background-color: rgba(235, 249, 245, 0.25); padding: 5px;\">\n",
"<div id=\"singlestore-header\" style=\"display: flex; background-color: rgba(124, 195, 235, 0.25); padding: 5px;\">\n",
" <div id=\"icon-image\" style=\"width: 90px; height: 90px;\">\n",
" <img width=\"100%\" height=\"100%\" src=\"https://raw.githubusercontent.com/singlestore-labs/spaces-notebooks/master/common/images/header-icons/confluent-logo.png\" />\n",
" </div>\n",
" <div id=\"text\" style=\"padding: 5px; margin-left: 10px;\">\n",
" <div id=\"badge\" style=\"display: inline-block; background-color: rgba(0, 0, 0, 0.15); border-radius: 4px; padding: 4px 8px; align-items: center; margin-top: 6px; margin-bottom: -2px; font-size: 80%\">SingleStore Notebooks</div>\n",
" <h1 style=\"font-weight: 500; margin: 8px 0 0 4px;\">Ingest Data from Confluent Cloud (Kafka)</h1>\n",
" <h1 style=\"font-weight: 500; margin: 8px 0 0 4px;\">Ingest data from Confluent Cloud (Kafka)</h1>\n",
" </div>\n",
"</div>"
]
Expand Down Expand Up @@ -73,7 +73,7 @@
"id": "50713fc6-a965-4a70-b732-4c33ae0eaa5f",
"metadata": {},
"source": [
"- On the left navigation pane, select <b>Connectors</b> and create a sample producer named <b>'datagen'</b> using the <b>Datagen Source</b> connector. In the <b>Topic selection</b> pane, select the <b>'s2-topic'</b> created earlier. In the <b>Kafka credentials</b> pane, select the <b>Use an existing API key</b> option. Configure the producer to use the same schema as the one in the created topic. Refer to <a href=\"https://docs.confluent.io/cloud/current/get-started/index.html#step-3-create-a-sample-producer\">Step 3: Create a sample producer</a> for more information. \n",
"- On the left navigation pane, select <b>Connectors</b> and create a sample producer named <b>'datagen'</b> using the <b>Datagen Source</b> connector. In the <b>Topic selection</b> pane, select the <b>'s2-topic'</b> created earlier. In the <b>Kafka credentials</b> pane, select the <b>Use an existing API key</b> option. Configure the producer to use the same schema as the one in the created topic. Refer to <a href=\"https://docs.confluent.io/cloud/current/get-started/index.html#step-3-create-a-sample-producer\">Step 3: Create a sample producer</a> for more information.\n",
"- Launch the <b>'datagen'</b> producer and verify that the <b>'s2-topic'</b> has new messages."
]
},
Expand Down Expand Up @@ -304,7 +304,7 @@
"metadata": {},
"source": [
"<div id=\"singlestore-footer\" style=\"background-color: rgba(194, 193, 199, 0.25); height:2px; margin-bottom:10px\"></div>\n",
"<div><img src=\"https://raw.githubusercontent.com/singlestore-labs/spaces-notebooks/master/common/images/singlestore-logo-grey.png\" style=\"padding: 0px; margin: 0px; height: 24px\" /></div>"
"<div><img src=\"https://raw.githubusercontent.com/singlestore-labs/spaces-notebooks/master/common/images/singlestore-logo-grey.png\" style=\"padding: 0px; margin: 0px; height: 24px\"/></div>"
]
}
],
Expand Down
1 change: 1 addition & 0 deletions resources/nb-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'chart-network': 'rgba(210, 255, 153, 0.25)',
'chart-scatter': 'rgba(124, 195, 235, 0.25)',
'clouds': 'rgba(124, 195, 235, 0.25)',
'confluent-logo': 'rgba(124, 195, 235, 0.25)',
'crystal-ball': 'rgba(255, 167, 103, 0.25)',
'database': 'rgba(235, 249, 245, 0.25)',
'dollar-circle': 'rgba(255, 167, 103, 0.25)',
Expand Down

0 comments on commit e977fa9

Please sign in to comment.