|
|
|
|
|
by aaimnr
3188 days ago
|
|
> Let's say you're writing a crud app on an express server that communicates via http to a database service. As a side note - a 'database service' that's only job is to serve as an HTTP wrapper over DB seems like an anti-pattern. Service boundaries here are not related to any business concern (if you're thinking along the SOA lines) and rewriting already existing DB remote interfaces via http seems like overengineering (if you're doing n-tier architecture).
Some additional reasoning on the matter by Udi Dahan: https://vimeo.com/113515335 Would be interesting to hear your thoughts if you think otherwise. |
|