| id |
type |
title |
tags |
importance |
confidence |
created |
updated |
relations |
| cd528dd3-8328-41c5-9652-81c410c0d344 |
configuration |
Object-handler dual-layer output config |
| esb-monorepo |
| object-handler |
| configuration |
| cloudsql |
| firestore |
|
0.6 |
0.8 |
2025-12-10T19:55:30.559152+00:00 |
2025-12-10T19:55:30.559152+00:00 |
| target |
type |
direction |
strength |
| e80e161a-4be4-428d-8590-267b9ab4cc7c |
BUILDS_ON |
outgoing |
0.5 |
|
|
Object-handler supports multiple downstream outputs controlled by env vars: (1) DOWNSTREAM_CLOUDSQL_ENABLED - silver layer, calls fn_upsert_{object_type} with JSONB, strips raw_data, (2) DOWNSTREAM_FIRESTORE_ENABLED - bronze layer, full data including raw_data, (3) DOWNSTREAM_API_URL - HTTP POST, (4) DOWNSTREAM_PUBSUB_TOPIC - Pub/Sub forwarding. Handler-specific enablement: ENABLE_DOWNSTREAM_HTTP, ENABLE_DOWNSTREAM_CLOUD_EVENT. All outputs fail-fast (exceptions propagate).