microbiomedata / issues

public repo for issues related to NMDC work
2 stars 1 forks source link

Mongo validation toolkit: Implement referential integrity validation routine #387

Open eecavanna opened 1 year ago

eecavanna commented 1 year ago

As part of creating a toolkit developers can use to validate the contents of the NMDC Mongo database...

Implement a function(s) that developers can use to verify a given Mongo document's references to other Mongo documents—recursively—are intact (i.e. verify that the referenced Mongo document exists).

Notes:

This task originated as a subtask of https://github.com/microbiomedata/issues/issues/266.

eecavanna commented 1 year ago

Related: https://github.com/microbiomedata/nmdc-runtime/issues/318