Skip to content

Instantly share code, notes, and snippets.

@Chell0
Created July 8, 2018 15:02
Show Gist options
  • Save Chell0/01cb7d7b685b8397f91e73031f187716 to your computer and use it in GitHub Desktop.
Save Chell0/01cb7d7b685b8397f91e73031f187716 to your computer and use it in GitHub Desktop.
What is MongoDB?
It is a NoSQL database.
It uses a JSON(JavaScript Object Notation) like syntax.
One of the huge advantages is that it uses scaling which is easy compared to SQL and relational databases.
It is much faster in most type of operations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment