Skip to content

Commit 9055f94

Browse files
authored
docs(adr): ADR-0003 choose Pub/Sub+Dataflow+BigQuery
1 parent 3ec94e9 commit 9055f94

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

adr/0003-use-pubsub-dataflow-bq.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ADR 0001: Choose Pub/Sub + Dataflow + BigQuery
2+
3+
## Context
4+
We need low-latency FX streaming (quotes, trades, confirms) with managed ops, security (VPC-SC, CMEK), and tight GCP integration.
5+
6+
## Options
7+
1) Kafka on GKE + Flink + self-managed warehouse
8+
2) Pub/Sub + Dataflow (Beam) + BigQuery (managed/serverless)
9+
10+
## Decision
11+
Choose Pub/Sub + Dataflow + BigQuery.
12+
13+
## Consequences
14+
+ Lower ops toil, native CMEK/VPC-SC, quick scale.
15+
- More vendor lock-in vs Kafka/Flink portability.

0 commit comments

Comments
 (0)