xinra-oss / review-community

Other
2 stars 0 forks source link

Switch to MongoDB and Hibernate OGM #75

Open erikhofer opened 6 years ago

erikhofer commented 6 years ago

The main objective of this is to make schema migration easy. The database itself is schema-less. Documents can be updated programmatically with mongobee.

This will also make database replication easy.

Multi-document transactions are not released yet but are part of the next major release.