@akshay.kamath/mongodbmigration
v1.0.0
Published
The MongodbMiration is private npm package created by Akshay Kamath which provides a singular function importData. The purpose of this function is to upload JSON file with data to Mongodb using async-parallel which will upload the JSON data in chunks to o
Readme
The MongodbMiration is private npm package created by Akshay Kamath which provides a singular function importData. The purpose of this function is to upload JSON file with data to Mongodb using async-parallel which will upload the JSON data in chunks to optimize upload process. The function takes a filePath and a tableName parameters which will create a table for you and insert data. This is only purpose built for local as of now.
