Install MongoDB Community Edition
https://www.mongodb.com/docs/manual/administration/install-on-linux/
MongoDB Compass Download (GUI)
https://www.mongodb.com/try/download/compass
MongoDB Tools
https://www.mongodb.com/try/download/database-tools
The following operators can be used in queries to compare values:
$eq: Values are equal$ne: Values are not equal$gt: Value is greater than another value$gte: Value is greater than or equal to another value