Skip to content

Instantly share code, notes, and snippets.

View abhi11210646's full-sized avatar
🙂
Focusing

Abhisekh Kumar Singh abhi11210646

🙂
Focusing
View GitHub Profile
@abhi11210646
abhi11210646 / MongoDB: Aggregation Framework.js
Last active May 21, 2018 15:29
All possible question's answer by aggregation framework of mongoDB for Movies DATASET. movies data | data science | aggregation | mongoDB
#### Format of Dataset
# Movies
{
"_id" : ObjectId("5aa7d4496b7a5451ba8ce741"),
"movie_id" : 1,
"title" : "Toy Story (1995)",
"genres" : "Animation|Children's|Comedy"
}
# Ratings
{