Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 607 Bytes

File metadata and controls

10 lines (7 loc) · 607 Bytes

Building sample services for Serverless Production Readiness and Optimization for Java in Google Cloud

Building each service individually

  • Quotes Service - manage quotes from famous books, persisted in CloudSQL (Postgres)
  • Audit Service - audit updates (persisted in Firestore)
  • Reference Service - invoked by BFF service at start-up, to read reference data
  • Faulty Service - illustrate a faulty service for resiliency purposes
  • BFF Service - Backend-for-frontend service for downstream services