ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

CLOUD-RUN

GCP container-based serverless — runs any custom EDI binary.

Definition

Cloud Run accepts any container (Java, Go, Python, Rust) listening on the PORT assigned variable. Limits: 32 GB RAM, 8 vCPU, 60 min timeout, 32 MB request body. EDI patterns: AS2 webhook receiver, REST API gateway for PEPPOL, OpenAPI translator JSON-to-EDIFACT.

Origin

Launched by Google to GA in November 2019, based on Knative.

Example in context

A Cloud Run service in Go that parses incoming AS2 MDNs and marks acknowledged shipments in Firestore.

  • Kubernetes — reference orchestrator underlying Knative.

Last updated: May 14, 2026