container
Review Database

Review Database

PostgreSQL database that is the system of record for reviews and their moderation state.

Databasepostgres@16Residency: eu-west-1Retention: indefiniteAccess Mode: readWrite

What is this?

The Review Database is the authoritative store for every review in the Reviews & Ratings domain. The Review APIReview APIServicev1.0.0The public-facing API for product reviews. Accepts review submissions, serves published reviews, and is the entry point ...Publishesreview-submitted, review-flagged +1Subscribessubmit-review, flag-review +2Ownerreviews-platformMapRepoView docs writes new reviews to it, and the Review Moderation WorkerReview Moderation WorkerServicev1.0.0Asynchronous worker that screens submitted reviews for spam, abuse and policy violations, then publishes or rejects them...Publishesreview-published, review-rejectedSubscribesreview-submitted, review-flaggedOwnerreviews-platformMapRepoView docs records each moderation decision against the stored review.

What does it store?

  • Reviews — one row per review: product, customer, rating, title, body and lifecycle status (submitted, published, rejected).
  • Moderation decisions — the outcome and reason for each moderated review, kept for audit.

Access patterns