Skip to content

Instantly share code, notes, and snippets.

View ManasShettigar's full-sized avatar

ManasShettigar

View GitHub Profile
@ManasShettigar
ManasShettigar / MongoDB Overview.md
Last active April 16, 2024 05:23
MongoDB Overview

MongoDB

What is MongoDB?

MongoDB is a document-oriented NoSQL database system that provides high scalability, flexibility, and performance. Unlike standard relational databases, MongoDB stores data in a JSON document structure form. This makes it easy to operate with dynamic and unstructured data and MongoDB is an open-source and cross-platform database System.

JSON vs BSON

image

Database

@ManasShettigar
ManasShettigar / mongodb_cheat_sheet.md
Last active April 6, 2024 07:05 — forked from hilako/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database