Skip to content

Netflix rating import to MongoDB using NodeJS, and average aggregation pipeline

Notifications You must be signed in to change notification settings

tom-schmitz/netflix_ratings_nodejs_to_mongodb

Repository files navigation

Script execution times

Method Test data Time
insertMany modulus(%) 1000: combined_data_1.txt 98536.319ms
insertMany modulus(%) 10000: combined_data_1.txt 117835.981ms
insertOne: combined_data_1.txt JavaScript heap out of memory
insertOne with stream pause/resume: combined_data_1.txt JavaScript heap out of memory
insertOne with stream pause/resume and async with await: combined_data_1.txt 3857698.947ms

About

Netflix rating import to MongoDB using NodeJS, and average aggregation pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published