|
|
|
|
|
by throwaway9870
1249 days ago
|
|
So you embed S3 into your app? Do you embed your ERP system? How about your marketing e-mail system? Your CRM? Do you use an in-process database? Everyone already has a service based architecture whether they want to admit it or not. The question is the efficiency and granularity of it. If you interface with any external systems that have data records (ERP, CRM, etc), your database is already spread out. You need to deal with it and be sure you understand the data efficiency and reliability of it. I don't know what a monolith is that people talk about. Please show me one that doesn't talk to anything else. |
|