Coder Social home page Coder Social logo

Saving aggregate about domain-driven-hexagon HOT 3 CLOSED

sairyss avatar sairyss commented on May 17, 2024
Saving aggregate

from domain-driven-hexagon.

Comments (3)

Sairyss avatar Sairyss commented on May 17, 2024 1

TypeOrm save and update methods support partial updating (meaning that it discards all undefined properties). You can create an update method in your repository that accepts something like Partial<Entity> and updates only those fields you need it to update.
Anyway, I don't think this is something you should worry about that much. Updating a single aggregate by multiple request should not happen often. Most of your aggregates are probably updated by a single user anyway and in most cases users are not sending requests that fast.
I'd recommend spending time on a solution only if you have a real bottleneck in your application that is causing problems, otherwise don't worry about it.

from domain-driven-hexagon.

Sairyss avatar Sairyss commented on May 17, 2024

Good point.
TypeOrm repositories provide an update() so it would be safer to use that instead.
Will fix it in the future if I have time

from domain-driven-hexagon.

cosinus84 avatar cosinus84 commented on May 17, 2024

Thanks for your quick answer, but if we look more general.... aggregate saving, the whole aggregate (all stackoverflow and other articles on the web out there), is fishy for me :).

Basically for this to work you shoud mix repository with logic, as in standard module->controller->service. Otherwise keeping logic in aggregate only you should "tell" somehow to the repository to save the exact fields that needs to update, maybe rows to insert, delete. Do you have some suggestion on this ?

from domain-driven-hexagon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.