Skip to content

Commit 89b60d5

Browse files
jpechanevjuranekmfvitale
committed
[jupyter] Apply suggestions
Co-authored-by: Vojtěch Juránek <vjuranek@redhat.com> Co-authored-by: Fiore Mario Vitale <mvitale86@gmail.com> Signed-off-by: Jiri Pechanec <jiri.pechanec@centrum.cz>
1 parent a4322ae commit 89b60d5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

_posts/2026-05-05-debezium-and-jupyter-integration.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ And once the data is in a data frame, you can naturally extend the notebook furt
283283

284284
== Why This Matters
285285

286-
At first glance, a notebook may seem like a toy compared to a full CDC pipeline.
286+
At the first glance, a notebook may seem like a toy compared to a full CDC pipeline.
287287
I do not think that is the right way to look at it.
288288

289289
Interactive environments are often the fastest route to clarity.
@@ -321,12 +321,12 @@ That is the right choice for a first example, but it should also give you ideas
321321

322322
For instance, you could:
323323

324-
* capture multiple tables and analyze them together,
325-
* flatten events before analysis,
326-
* persist the captured records into Parquet or DuckDB,
327-
* visualize event rates with matplotlib,
328-
* connect the notebook to a machine learning workflow,
329-
* compare snapshot and streaming latency under different connector settings.
324+
* capture multiple tables and analyze them together
325+
* flatten events before analysis
326+
* persist the captured records into Parquet or DuckDB
327+
* visualize event rates with matplotlib
328+
* connect the notebook to a machine learning workflow
329+
* compare snapshot and streaming latency under different connector settings
330330

331331
If this sounds familiar, it should.
332332
We already saw in earlier Debezium examples that notebooks can be useful for machine learning scenarios too.

0 commit comments

Comments
 (0)