spring-projects / spring-data-mongodb

Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-mongodb/
Apache License 2.0
1.61k stars 1.08k forks source link

Explore Javers in order to support differential updates. [DATAMONGO-1069] #1990

Open spring-projects-issues opened 9 years ago

spring-projects-issues commented 9 years ago

Thomas Darimont opened DATAMONGO-1069 and commented

Javers can be used to compute the differences between two object graphs. This could be used for the computation of minimal change sets which could enable more efficient update operations


Reference URL: http://javers.org/

christophstrobl commented 1 year ago

related to #1686