Skip to content

Commit d994393

Browse files
authored
Update README.md
1 parent 908e5bb commit d994393

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
# Prerequisites
2+
* Python 3.10+
3+
* Docker
4+
15
# mongodb
26

3-
Mongo Express is added to access use [localhost:8081](http://localhost:8081/)
7+
**Mongo Express** is added to access use [localhost:8081](http://localhost:8081/)
48

59
username: `admin`
10+
611
password: `pass`
712

13+
# Get Started
814
**STEP 1**
915
Clone the Project using this command
1016
```
@@ -62,3 +68,11 @@ docker exec -it mongo mongo -u <username> -p <password> --authenticationDatabase
6268
```
6369
use <DATABASE_NAME>
6470
```
71+
72+
# How to add your dataset
73+
* Create a folder prefix with `sample_`, for example `sample_mydata`, the folder name consider as a `Database Name`
74+
* Create a `.json` file inside the folder. you can create `n` number of files. each file is consider as a collection the `filename` consider as a `collection name`.
75+
* you can run the python script using this command
76+
* ```
77+
python load_data.py
78+
```

0 commit comments

Comments
 (0)