Mongodb: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* MongoDB_Admin | * MongoDB_Admin | ||
git clone https://github.com/hatamiarash7/MongoDB_Admin | git clone https://github.com/hatamiarash7/MongoDB_Admin | ||
cd MongoDB_Admin | |||
npm start & | |||
* Robo 3T | * Robo 3T | ||
~/apps/robo3t | ~/apps/robo3t/bin/robo3t & | ||
==== Querying ==== | ==== Querying ==== |
Revision as of 20:15, 13 January 2020
Installation
UI tools =
- MongoDB_Admin
git clone https://github.com/hatamiarash7/MongoDB_Admin cd MongoDB_Admin npm start &
- Robo 3T
~/apps/robo3t/bin/robo3t &
Querying
- OR
{"$or": [{"firstName": "Michael"}, {"firstName": "Tom"}]}