EventCatalog
Events
Services
Domains
Users
Visualiser
3D Node Graph
Please select your event or service
Event: AddedItemToCart
Event: OrderComplete
Event: OrderConfirmed
Event: OrderCreated
Event: OrderRequested
Event: PaymentProcessed
Event: RemovedItemFromCart
Event: ShipmentDelivered
Event: ShipmentDispatched
Event: ShipmentPrepared
Service: Orders Service
Service: Payment Service
Service: Shipping Service
Domain: Orders
Domain: Shopping
All Events and Services
Diagram that shows all your events and services in one place
Domains (2)
Orders
Domain for everything shopping
Shopping
Domain for everything shopping
Events (10)
AddedItemToCart
Holds information about what the user added to their shopping cart.
OrderComplete
Event represents when an order has been complete. (Delivered and finished)
OrderConfirmed
Event represents when an order has been confirmed and ready to be processed (shipped for example)
OrderCreated
Event represents when an order has been created.
OrderRequested
Holds information about the customers order.
PaymentProcessed
Holds information about the payment that has been processed.
RemovedItemFromCart
Holds information about what the user removed from their cart.
ShipmentDelivered
Event represents when a shipment has been delivered and received.
ShipmentDispatched
Event represents when a shipment has been dispatched.
ShipmentPrepared
Event represents when a shipment has finished being prepared and is ready to be dispatched.
Services (3)
Orders Service
Service that handles customer orders
Payment Service
Event based application that integrates with Stripe.
Shipping Service
Event based application that handles processing of shipments, preparing them and dispatching them.