An open API service indexing awesome lists of open source software.

https://github.com/alejogonza/json-mongoser

Console application to read JSON files and upload them to MongoDB
https://github.com/alejogonza/json-mongoser

files json mongo mongodb mongoose read

Last synced: 3 months ago
JSON representation

Console application to read JSON files and upload them to MongoDB

Awesome Lists containing this project

README

          

# json-mongoser
![image](https://raw.githubusercontent.com/alejogonza/json-mongoser/main/images/image.png)
Console application to read JSON files and upload them to MongoDB
## OPTIONS

***-h***: get help

***-v***: view version

***-d***: path to JSON files directory

***-c***: url to connect mongoDB and create the collections

***-m***: directory path to add your mongoose model

## USAGE:
***set model***
```
json-mongoser -m YOUR_PATH
```
***save data***
```
json-mongoser -d YOUR_PATH -c MONGOURL_CONNECTION
```