Mongodb: Difference between revisions
 (Created page with "==== Installation ====   ==== UI tools =====  * MongoDB_Admin  git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin  * Robo 3T (open source?  not sure)...")  | 
				No edit summary  | 
				||
| Line 7: | Line 7: | ||
  git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin  |   git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin  | ||
* Robo 3T   | * Robo 3T  | ||
  ~/apps/robo3t-1.3.1-linux-x86_64-7419c406/bin/robo3t &  | |||
==== Querying ====  | ==== Querying ====  | ||
Revision as of 20:14, 13 January 2020
Installation
UI tools =
- MongoDB_Admin
 
git clone https://github.com/hatamiarash7/MongoDB_Admin && cd MongoDB_Admin
- Robo 3T
 
~/apps/robo3t-1.3.1-linux-x86_64-7419c406/bin/robo3t &
Querying
- OR
 
{"$or": [{"firstName": "Michael"}, {"firstName": "Tom"}]}