We are trying to come up with an API and serve data-intensive services to potential users.

Our scenario: we are more of less a data vendor where we store massive amount of data in normalized database and use queries to retrieve them to be displayed in data-driven web applications. Now, we want to create an API that clients can use to create their own frontend.

Given the scenario, does DDD help here?

From all the readings, DDD helps when you have complex event logic, but here all we are doing is putting things together from the database and serving them.

Or, would you say that we could build API based NOT on our database structure, but on its own domain model?

Any kind of help is appreciated.

Thank you.

link|improve this question

25% accept rate
feedback

1 Answer

If the application needs are only querying never think of DDD.. and Please refer cqrs

in which Udi clearly explain why we should not use the domain model for querying

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.