Home / Companies / Confluent / Blog / Post Details
Content Deep Dive

How to Use Flink SQL, Streamlit, and Kafka: Part 2

Blog post from Confluent

Post Details
Company
Date Published
Author
Lucia Cerchie
Word Count
1,524
Company Posts That Month
17
Language
English
Hacker News Points
-
Post removed?
No
Summary

Building on a Streamlit market-data application that streams stock bid prices from an Alpaca websocket through Kafka and Flink SQL in Confluent Cloud, the post explains how Python’s asyncio enables a Kafka producer and consumer to operate concurrently in the same single-threaded application. Two coroutines are coordinated with asyncio.gather(), while asyncio.sleep() yields control to the event loop after consumer polling so other tasks can continue, unlike blocking time.sleep(). It also describes configuring a Flink SQL table with a single Kafka partition for a simplified demonstration, then rendering the latest 20 price records as a Streamlit Altair line chart using ranked window-end timestamps. Deployment involved linking Streamlit to a GitHub repository and managing secrets separately for local and hosted environments, while Alpaca free-tier connection limits led the author to use recorded SPY Kafka data at a specified offset rather than provide a fully live public app. The project highlighted practical challenges involving Flink table behavior, asynchronous programming, visualization, and deployment while demonstrating a workflow for building data-streaming applications with Kafka, Flink SQL, and Streamlit.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Real-time 3 2,587 688 208 +9%
Secrets Management 2 1,200 97 53 +52%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.