Relative Content

Tag Archive for pythonmongodb

Struggling to upload data onto MongoDB

I am trying to upload data onto my MongoDB Atlas database. The data are .csv files from the Kaggle Movies Dataset https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset. I have tried different methods, but nothing seems to work as it should.

Optimizing MongoDB Aggregation Pipeline

I’m working on optimising an aggregation pipeline in MongoDB for a project. The pipeline aims to process data related to search keywords and insights values. However, it’s currently taking too much time to execute. Here’s is the pipeline: