-
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.
Modified notebook with feedback (#125)
* Modified notebook with feedback * Added Kafka Notebook * Removed additional sql * Update notebook.ipynb --------- Co-authored-by: chetan thote <[email protected]> Co-authored-by: Kevin D Smith <[email protected]>
- Loading branch information
1 parent
b011d93
commit 2d94c22
Showing
3 changed files
with
425 additions
and
76 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[meta] | ||
authors=["chetan-thote"] | ||
title="Importing Data from Kafka into SingleStore using Pipelines" | ||
description="""\ | ||
This notebook demonstrates how to create a sample table in SingleStore, set up a pipeline to import data from Kafka topic.""" | ||
difficulty="beginner" | ||
tags=["starter", "loaddata", "kafka"] | ||
lesson_areas=["Ingest"] | ||
icon="database" | ||
destinations=["spaces"] | ||
minimum_tier="free-shared" |
Oops, something went wrong.