@@ -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.
287287I do not think that is the right way to look at it.
288288
289289Interactive 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
322322For 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
331331If this sounds familiar, it should.
332332We already saw in earlier Debezium examples that notebooks can be useful for machine learning scenarios too.
0 commit comments