Skip to content

Commit 99beb16

Browse files
authored
Update README.md
1 parent 471d700 commit 99beb16

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tier-1 UK Bank — FX Streaming (GCP) · Sanitized Case Study
1+
# Tier-1 UK Bank — BARX-style FX Streaming (GCP) · Sanitized Case Study
22

33
[![CI](https://github.com/Sahilg135/tier1-uk-bank-fx-streaming-gcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Sahilg135/tier1-uk-bank-fx-streaming-gcp/actions)
44
[![Release](https://img.shields.io/github/v/release/Sahilg135/tier1-uk-bank-fx-streaming-gcp?display_name=tag)](https://github.com/Sahilg135/tier1-uk-bank-fx-streaming-gcp/releases)
@@ -13,8 +13,13 @@
1313

1414
_A sanitized data-engineering case study demonstrating a real-time FX streaming pipeline on GCP._
1515

16+
> **What is “BARX-style”?** A reference to a well-known FX trading platform at a Tier-1 UK bank.
17+
> This repo **simulates** those event-stream patterns (quotes, trades, fills/confirmations).
18+
> **No client code or data.**
19+
1620
> **Quick Facts**
17-
> **Use-case:** real-time FX trades/quotes → enriched → analytics
21+
> **Use-case:** real-time **BARX-style** FX quotes/trades/confirmations → enrichment → analytics
22+
> **Events:** quotes, trades, fills/confirmations; exactly-once via insertId; late data via watermarks
1823
> **Stack:** GCP (Pub/Sub → Dataflow/Beam → BigQuery) + Composer; VPC-SC, CMEK
1924
> **Throughput:** ~6–7 M events/day (~250–400 events/sec); E2E p95 < 90 s
2025
> **Patterns-only:** no client code/data; fully sanitized
@@ -24,7 +29,7 @@ _A sanitized data-engineering case study demonstrating a real-time FX streaming
2429
2530

2631

27-
### L2 Architecture – Real-Time FX Streaming Pipeline on GCP
32+
## L2 Architecture – BARX-style Real-Time FX Streaming on GCP
2833
*Illustrates end-to-end ingestion, validation, enrichment, and analytics flow across GCP services (Pub/Sub, Dataflow, BigQuery, Composer).*
2934
![L2 Architecture – Real-Time FX Streaming Pipeline on GCP](assets/overview.png)
3035

0 commit comments

Comments
 (0)