Project to handle large csv-files and import the data to mongodb Important! project requires docker and yarn.
# install dependencies
$ yarn install
# run mongo and mongo-express
$ docker-compose up
# start server
$ yarn start
Important! copy /test/csv/test-large.csv to postman working directory, otherwise postman won't send the file.
See the data in http://localhost:8081/db/dealership/cars
Important! it may take some seconds to fully import the data due to the large amount (700,000)
# install dependencies
$ yarn install
# run mongo and mongo-express
$ docker-compose up
# run tets
$ yarn test