You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Current »
The Frame Inventory data store consists of a document database supported by MongoDB (https://www.mongodb.com/).
In Mongodb, data is broken up by documents. An atomic operations modeling pattern is used to facilitate search and data integrity. This pattern results in embedded documents as opposed to normalized documents. The following entities are modeled as documents:
A diagram of the Document Store methods is provided below: