container
Warehouse Database

Warehouse Database

PostgreSQL database that stores picking jobs and their status.

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

What is this?

The Warehouse Database stores the picking and packing jobs for the warehouse. The Warehouse ServiceWarehouse ServiceServicev1.0.0Orchestrates picking and packing in the warehouse. It reacts to completed orders, creates picking jobs, and signals when...Publishesorder-ready-for-shippingSubscribesorder-completedOwnerfulfilment-platformMapRepoView docs creates jobs and the Picking WorkerPicking WorkerServicev1.0.0Works through picking jobs on the warehouse floor and signals when an order has been picked and packed. Publishesorder-packedOwnerfulfilment-platformMapRepoView docs updates them as orders are picked.

What does it store?

  • Picking Jobs — one row per order being fulfilled: order, status and timestamps.
  • Picking Job Items — the items to pick for each job.

Schema