snaphy / snaphyBackend

Snaphy Backend Template for all cloud tech
3 stars 0 forks source link

Implementation of joins for efficient filtering of data. #40

Closed ravigupta9363 closed 8 years ago

ravigupta9363 commented 8 years ago

Implementation of joins for efficient filtering of data. i.e. more normalize of schema. like applying filtering Category -> Recipe -> Cuisines fetch all breakfast recipe with only mexican cuisines. //THis can be easily implemented in mysql using joins but need support for mongoDb