python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Eventually consistent DB : How to deal with relational data?
So let's say we have microservices that uses an event broker to communicate each other.
To secure sovereignty of data, each microservices has denormalized documents.
So whenever the data is changed, f...
Peter
Votes: 0
Answers: 1
Cassandra counter - consistency
I have a doubt about counters. I'm searching on the web but I'm not able to find an answer.
Let's suppose we're working with a COUNTER across multiple datacenters, and let's suppose we're working usin...
Carlo De Vita
Votes: 0
Answers: 0
DDD: How to design history aggregate in ecommerce
I have Buyer, Product, Seller, and Offer. The buyer offers to buy a product and the seller either accepts the offer or declines it. I also have the following invariants:
Buyer can't make an offer for ...
manfrom
Votes: 0
Answers: 2
How do I properly design Aggregate in DDD, Event-sourcing
Suppose I want to make an e-commerce system. I have 2 aggregates here ProductAggregate and UserAggregate. Product aggregate contains productId, price. User aggregate contains userId and balance. Here'...
Big boi.
Votes: 0
Answers: 1