Reference architecture
One vendor record. Three clouds.
Vendor Scout is a managed, edge-hosted SaaS. It exposes a public ingestion API and outbound webhooks so your ERP systems on AWS, Azure or GCP can push source records in and consume the cleaned, golden record back out.
AWS
- ›S3 · vendor exports
- ›Lambda · ingest webhook
- ›EventBridge · change events
- ›API Gateway · sync
Azure
- ›Blob Storage · vendor exports
- ›Azure Functions · ingest
- ›Event Grid · change events
- ›API Management · sync
GCP
- ›Cloud Storage · vendor exports
- ›Cloud Run · ingest
- ›Pub/Sub · change events
- ›API Gateway · sync
// Outbound flow
ERP (AWS/Azure/GCP) → POST /api/public/vendors → Vendor Scout rules engine → AI enrichment → golden record
// Inbound flow
Vendor Scout webhook (HMAC) → S3 / Blob / GCS + EventBridge / Event Grid / Pub/Sub → ERP downstream