4key Productions

Diagrams Gallery

While in Web 335, we were introduced to UMLet. We utilized UMLet for creating Object Relational Diagrams. We then translated these diagrams into NoSQL data structures. Here you will see some of these diagrams that we created during class.

Object Relational Diagrams
This is an image of the Object Relational Diagrams that were created using the following rules. A person can own many cars, an employee can learn many skills, and an employee manages one restaurant.
NoSQL Data Structure
This is an image of the NoSQL Data Structure created after the UMLet Object Relational Diagram using the same rules as the previous ORD diagram.
Node Shopper Ord
This is an image of the Object Relational Diagrams that were created in Umlet using the following rules. A customer can have many invoices, many invoices can be assigned to one customer, an invoice can have many line items and many line items can be associated with one invoice.
NoSQL Node Shopper Data Structure
This is an image based off of the same rules and the previous ORD diagram. The NoSQL Data Structure was created in Visual Studio Code using json.
Node Tech Ord
This is an image of the Object Relational Diagram that was created using Umlet using the following rules. A class may enroll many students and each student may enroll many classes.
Node Tech NoSQL Data Structure
This is an image of two NoSQL Data Structures based off the previous Object Relational Diagram and the same rules. This was created using Visual Studio Code using json.
NodeSecurity Ord
This ORD diagram was provided to us in Web 335. We had to utilize this ORD to create business rules then write a NoSQL data structure using Visual Studio Code.
NodeSecurity Data Structure
I created this NoSQL data structure based off of the provided ORD diagram after writing the business rules for the ORD diagram.
NodeBookCo Normalized ORD
This is an image of a normalized ORD diagram created based off data fields given to us by our instructor in Web 335. The diagram is created using the rules for normalized ORD's using Umlet.
NodeBookCo NoSQL Document Diagram
This image was created using Umlet in order to create a NoSQL document diagram based off the normalized ORD diagram previously shown. After creating these two diagrams we also had to write the business rules based off of them for our Web 335 class.
NodeBookCo NoSQL Data Structure
This is the NoSQL data structure created in Visual Studio Code based off the previous ORD and NoSQL document diagrams.