This project aims to explore the history of music using big data tools and techniques. The project will analyze various sources of data to discover patterns and insights about how music has evolved over time. The project will use data visualization tools to create visualizations of the data and communicate the findings through a report. The project aims to provide a comprehensive analysis of the history of music, including how technology has impacted the industry and how the rise of streaming has changed the way people consume music.
More services can be added (like Apache Kafka, Docker, Container)
Install MongoDb to your machine following the instructions at this link. This page also has instructions on how to launch an mongodb instance. If you can install the "[email protected]" the (@6.0 version kept breaking for me). This has given me the best results https://www.mongodb.com/docs/manual/administration/install-community/
If your database is running propperly you should be able to launch mongoshell and automatically connect run mongoshell with the 'mongosh' command and you will see a "connection string" you will need this string for the next step.
Once running use the MongoDatabase Tool in bash called "mongorestore" on the dump file documentation on how to do that can be found here https://www.mongodb.com/docs/database-tools/mongorestore/