←back to thread

285 points ajhit406 | 2 comments | | HN request time: 0.405s | source
1. myflash13 ◴[] No.41835125[source]
What I don’t understand is why, in the example of flight seat mapping provided, you create a DO per flight. So does a DO correspond to a “model” in MVC architecture? What if I used DOs in a per-tenant way, so one DO per user. And then how do I query or “join” across all DOs to find all full flights? I guess you would have to design your DOs such that joins are not required?
replies(1): >>41835304 #
2. ec109685 ◴[] No.41835304[source]
They support “function” calling between DOs, so you are able to compose a response from more than one DO.