The aim of this project is to provide a console application for inserting Hugging Face datasets into your MongoDB Cluster.
At the moment, it dowmnloads the Embedded Movies dataset and uploads to a collection called embedded_movies insisde a sample_mflix database. If these don't exist, they will be created in your cluster automatically.
- A MongoDB cluster deployed
- Your connection string
- DotNET SDK on your machine
- This repo downloaded to your machine
- From the root of the project on your machine, run
dotnet run. - Enter your connection string when requested
Once complete, you should see your data available inside your cluster.