Convert a Relational Schema to MongoDB Schema

Hi, I am new here.
Can someone help me design a MongoDB schema for this relational schema.

Screenshot 2023-01-02 235821

Thanks

One thing you can do is simply replicate a relational schema as a db of MongoDB collections.
It may not be “sexy” but it works!

1 Like