We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68f37e commit 53aefe6Copy full SHA for 53aefe6
2 files changed
docs/index.html
@@ -93,7 +93,7 @@ <h3>Live Dashboards</h3>
93
<section id="architecture" class="section architecture">
94
<h2 class="section-title">Architecture</h2>
95
<div class="arch-diagram">
96
- <img src="images/architecture.jpg" alt="StockStream architecture: Yahoo API → Producer → Kafka → Spark Consumer → InfluxDB + PostgreSQL → Grafana" width="1200" height="auto">
+ <img src="pipeline.svg" alt="StockStream architecture: Yahoo API → Producer → Kafka → Spark Consumer → InfluxDB + PostgreSQL → Grafana">
97
</div>
98
<p class="arch-caption">
99
End-to-end pipeline: Yahoo Finance API → Kafka → Spark Streaming → InfluxDB & PostgreSQL → Grafana dashboards. Fully containerized with Docker.
docs/pipeline.svg
0 commit comments