decomposer: record implementation detail for 8 step(s)

This commit is contained in:
2026-09-01 19:50:54 +00:00
parent d0b7a269cf
commit 2c158b8d6a
8 changed files with 29 additions and 35 deletions

View File

@@ -1,8 +1,6 @@
# Step 1 — Implementation Detail
1. Mapped ingress and worker execution to Cloud Run.
2. Mapped durable transport and retries to Pub/Sub.
3. Mapped raw-event retention and replay to Cloud Storage.
4. Added Artifact Registry, IAM service account, Logging, and Monitoring foundations.
5. Wrote architecture.md and architecture.mmd.
6. Added Terraform provider constraints, APIs, service account, bucket, topic, subscription, repository, Cloud Run service, IAM binding, variables, and outputs.
1. Mapped HTTPS ingestion, asynchronous processing, transactional state, secrets, observability, and network isolation to managed Google Cloud products.
2. Documented Cloud Run, Pub/Sub, Cloud SQL, Secret Manager, Artifact Registry, VPC, Serverless VPC Access, IAM, Logging, Monitoring, and Trace roles.
3. Added the end-to-end Mermaid data-flow diagram and architecture description.
4. Added Terraform provider configuration, enabled APIs, network connector, SQL resources, Pub/Sub resources, service account, secret, and Cloud Run services.