You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conduct a peer review of this mongoDb system. The solution defines several standards implemented within our database system. The mongosh scripts are responsible for connecting to a backing database and defining a database, collections, indexes, and schema validations. The code implements a Configuration as Code pattern where the collections each have a set of configuration files (schema, indexes, test data, etc.). To provide feedback, create a peer-review branch and draft a PR and provide feedback as comments on that PR. I'm very interested in feedback about the following items;
Approach to single-source-of-truth for enumerated values
Approach to lastSaved breadcrumbs
Containerization
CI (gitHub Actions)
Review all Schema's
Future plans for this repo include adding reusable libraries for different languages (typescript, python, golang, etc.) that leverage the database standards to make micro service API's easy to connect to the store. You can look at the person-api golang mongo_store.go for the prototype go library.
The text was updated successfully, but these errors were encountered:
Conduct a peer review of this mongoDb system. The solution defines several standards implemented within our database system. The mongosh scripts are responsible for connecting to a backing database and defining a database, collections, indexes, and schema validations. The code implements a Configuration as Code pattern where the collections each have a set of configuration files (schema, indexes, test data, etc.). To provide feedback, create a peer-review branch and draft a PR and provide feedback as comments on that PR. I'm very interested in feedback about the following items;
Standards and Contributing documents
Schema Versioning and Migration approach
Containerization
CI (gitHub Actions)
Review all Schema's
Future plans for this repo include adding reusable libraries for different languages (typescript, python, golang, etc.) that leverage the database standards to make micro service API's easy to connect to the store. You can look at the person-api golang mongo_store.go for the prototype go library.
The text was updated successfully, but these errors were encountered: