Skip to content

marcosvbras/mongo-query-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Query Guide

What is this?

This is a descriptive project to document how to make queries on MongoDB. Sometimes, it's tough to find the right syntax to solve your search problem, and sometimes you don't know what type of result can be returned. Thinking about it, this documentation shows what each command can do with and gives for you a equivalent SQL script to a easy comparison.

This guide was written based on MongoDB 3.6 and contains some databases that you can use to test or to other proposes:

  • Cinema: A database with movie informations
  • Zips: A database with zip codes of USA cities See more in datasets.

Helpers

  1. How to import and export databases

Topics

Aggregation

  1. $group

About

Descriptive tests of how to create queries within MongoDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published