Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.21 KB

index.md

File metadata and controls

61 lines (37 loc) · 1.21 KB
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 14
---
seo:
  title: TODO: Insert title
  description: TODO: Insert description
---

Title

TODO: Describe use case and provide graphic if available

Step-by-step

Setup your Environment

TODO: Update new_recipe_name in UTM in link below. Use underscores, not hyphens.

Provision a Kafka cluster in Confluent Cloud.

--8<-- "docs/shared/ccloud_setup.md"

Read the data in

--8<-- "docs/shared/connect.md"

--8<-- "docs/<industry>/<new-recipe-name>/source.json"

--8<-- "docs/shared/manual_insert.md"

Run stream processing app

TODO: high-level description of what the application itself does

--8<-- "docs/shared/ksqlb_processing_intro.md"

--8<-- "docs/<industry>/<new-recipe-name>/process.sql"

--8<-- "docs/shared/manual_cue.md"

--8<-- "docs/<industry>/<new-recipe-name>/manual.sql"

Write the data out

This section is optional

--8<-- "docs/<industry>/<new-recipe-name>/sink.json"

Cleanup

--8<-- "docs/shared/cleanup.md"

Explanation

TODO: This section is optional, but can go into more depth on the recipe use case and execution.