mgackowski / mongodb-denormalizer

(2018) Takes MongoDB collections modelled after relational databases and creates NoSQL-friendly relationships with embedded documents and/or references.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ensure data consistency when model includes nonexistent fields

mgackowski opened this issue · comments

Either validate if the fields exist on the db before denormalizing or make the entire process one transaction.