|
|
|
|
|
by thundergolfer
2516 days ago
|
|
I’m not 100% sure, but a basic ecommerce site I think would be a classic example for a relational data model or key-value data model if you want to be fancy. Assuming the former, we’d then expect that in this data domain we could only come up with one maybe two predicates. Without thinking too hard and deep, this seems true. An Order HAS Items, an item HAS a price, a customer HAS Orders, Addresses, etc. I think you’d get quite far modelling the entire problem just with HAS. |
|