Skip to content

meverg/sample-cart-cqrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-cart-cqrs

These services needs below applications to run. A docker compose will be added but you need to run and configure them manually.

  • axon server
  • couchbase
    • set up new cluster ( cluster_name: trendyol | admin: admin | pass:123456gs )
    • in case memory error increase docker memory
    • add bucket: carts
    • CREATE INDEX carts_customer_active_idx ON carts(customerId, active)
    • CREATE INDEX carts_items_product_id_idx ON carts(DISTINCT ARRAY item.productId FOR item IN items END)
    • ————
    • add bucket: products
  • rabbit mq
    • add queues (and needed exchanges and bindings): stock.product.quantity, stock.product.price

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages