Mental Exercise MemeGroup [ { id : simpsons, title : 'The Simpsons' , author : uid1, tags : [' homer ', ' liza '], photos : [pid1, pid2], views : 200 } { id : comics, title : 'Comics' , author : uid2, tags : [' drawing ', ' cartoon '], photos : [pid1, pid2, pid3], views : 300 } { id : matrix, title : 'Matrix' , author : uid1, tags : [' neo ', ' morpheus ', ' pill '], photos : [pid4, pid5], views : 50 } ] Memes [ { id : homer_grass, title : 'Homer Hiding' , location : p1, tags : [' hiding ', ' grass '], likes : 30 , views : 200 } { id : morpheus_pill, title : Choose Destiny ' , location : p2, tags : [' pills '], likes : 99 , views : 300 } { id : trollface, title : 'Troll face' , location : p3, tags : [' troll ', ' face ], likes : 9999999 , views : NaN } ] Queries: Display all Memes posted by a given Author, sorted by time Retrieve all Groups of Memes matching a particular Tag