mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Add MongoDB roadmap
This commit is contained in:
1
public/jsons/roadmaps/mongodb.json
Normal file
1
public/jsons/roadmaps/mongodb.json
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
# Sql vs nosql
|
@@ -0,0 +1 @@
|
||||
# What is mongodb
|
@@ -0,0 +1 @@
|
||||
# When to use mongodb
|
@@ -0,0 +1 @@
|
||||
# What is mongodb atlas
|
@@ -0,0 +1 @@
|
||||
# Mongodb terminology
|
@@ -0,0 +1 @@
|
||||
# Mongodb basics
|
@@ -0,0 +1 @@
|
||||
# Bson vs json
|
@@ -0,0 +1 @@
|
||||
# Embedded documents arrays
|
@@ -0,0 +1 @@
|
||||
# Double
|
@@ -0,0 +1 @@
|
||||
# String
|
@@ -0,0 +1 @@
|
||||
# Array
|
@@ -0,0 +1 @@
|
||||
# Object
|
@@ -0,0 +1 @@
|
||||
# Binary data
|
@@ -0,0 +1 @@
|
||||
# Undefined
|
@@ -0,0 +1 @@
|
||||
# Object id
|
@@ -0,0 +1 @@
|
||||
# Boolean
|
@@ -0,0 +1 @@
|
||||
# Date
|
@@ -0,0 +1 @@
|
||||
# Null
|
@@ -0,0 +1 @@
|
||||
# Regex
|
@@ -0,0 +1 @@
|
||||
# Javascript
|
@@ -0,0 +1 @@
|
||||
# Symbol
|
@@ -0,0 +1 @@
|
||||
# Int
|
@@ -0,0 +1 @@
|
||||
# Long
|
@@ -0,0 +1 @@
|
||||
# Timestamp
|
@@ -0,0 +1 @@
|
||||
# Decimal128
|
@@ -0,0 +1 @@
|
||||
# Min key
|
@@ -0,0 +1 @@
|
||||
# Max key
|
1
src/data/roadmaps/mongodb/content/101-datatypes/index.md
Normal file
1
src/data/roadmaps/mongodb/content/101-datatypes/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Datatypes
|
@@ -0,0 +1 @@
|
||||
# Counting documents
|
@@ -0,0 +1 @@
|
||||
# Insert methods
|
@@ -0,0 +1 @@
|
||||
# Find methods
|
@@ -0,0 +1 @@
|
||||
# Update methods
|
@@ -0,0 +1 @@
|
||||
# Delete methods
|
@@ -0,0 +1 @@
|
||||
# Bulk write
|
@@ -0,0 +1 @@
|
||||
# Validate
|
@@ -0,0 +1 @@
|
||||
# Collections
|
@@ -0,0 +1 @@
|
||||
# Read write concerns
|
@@ -0,0 +1 @@
|
||||
# Cursors
|
@@ -0,0 +1 @@
|
||||
# Retryable reads writes
|
@@ -0,0 +1 @@
|
||||
# Useful concepts
|
@@ -0,0 +1 @@
|
||||
# Indexes
|
@@ -0,0 +1 @@
|
||||
# Project
|
@@ -0,0 +1 @@
|
||||
# Include
|
@@ -0,0 +1 @@
|
||||
# Exclude
|
@@ -0,0 +1 @@
|
||||
# Slice
|
@@ -0,0 +1 @@
|
||||
# Projection operators
|
@@ -0,0 +1 @@
|
||||
# Atlas search indexes
|
@@ -0,0 +1 @@
|
||||
# Eq
|
@@ -0,0 +1 @@
|
||||
# Gt
|
@@ -0,0 +1 @@
|
||||
# Lt
|
@@ -0,0 +1 @@
|
||||
# Lte
|
@@ -0,0 +1 @@
|
||||
# Gte
|
@@ -0,0 +1 @@
|
||||
# Ne
|
@@ -0,0 +1 @@
|
||||
# Comparison operators
|
@@ -0,0 +1 @@
|
||||
# In
|
@@ -0,0 +1 @@
|
||||
# Nin
|
@@ -0,0 +1 @@
|
||||
# All
|
@@ -0,0 +1 @@
|
||||
# Elem match
|
@@ -0,0 +1 @@
|
||||
# Size
|
@@ -0,0 +1 @@
|
||||
# Array operators
|
@@ -0,0 +1 @@
|
||||
# Query optimization
|
@@ -0,0 +1 @@
|
||||
# Exists
|
@@ -0,0 +1 @@
|
||||
# Type
|
@@ -0,0 +1 @@
|
||||
# Regex
|
@@ -0,0 +1 @@
|
||||
# Element operators
|
@@ -0,0 +1 @@
|
||||
# And
|
@@ -0,0 +1 @@
|
||||
# Or
|
@@ -0,0 +1 @@
|
||||
# Not
|
@@ -0,0 +1 @@
|
||||
# Nor
|
@@ -0,0 +1 @@
|
||||
# Logical operators
|
@@ -0,0 +1 @@
|
||||
# Expiring
|
@@ -0,0 +1 @@
|
||||
# Geospatial
|
@@ -0,0 +1 @@
|
||||
# Text
|
@@ -0,0 +1 @@
|
||||
# Compound
|
@@ -0,0 +1 @@
|
||||
# Single field
|
@@ -0,0 +1 @@
|
||||
# Index types
|
@@ -0,0 +1 @@
|
||||
# Query operators
|
@@ -0,0 +1 @@
|
||||
# Mongodb aggregation
|
1
src/data/roadmaps/mongodb/content/107-transactions.md
Normal file
1
src/data/roadmaps/mongodb/content/107-transactions.md
Normal file
@@ -0,0 +1 @@
|
||||
# Transactions
|
@@ -0,0 +1 @@
|
||||
# Language drivers
|
@@ -0,0 +1 @@
|
||||
# Kafka
|
@@ -0,0 +1 @@
|
||||
# Spark
|
@@ -0,0 +1 @@
|
||||
# Elastic search
|
@@ -0,0 +1 @@
|
||||
# Mongodb connectors
|
@@ -0,0 +1 @@
|
||||
# Vs code extension
|
@@ -0,0 +1 @@
|
||||
# Vs analyzer
|
@@ -0,0 +1 @@
|
||||
# Developer tools
|
@@ -0,0 +1 @@
|
||||
# Mongodump
|
@@ -0,0 +1 @@
|
||||
# Mongorestore
|
@@ -0,0 +1 @@
|
||||
# Backup recovery
|
@@ -0,0 +1 @@
|
||||
# Developer tools
|
1
src/data/roadmaps/mongodb/content/109-scaling-mongodb.md
Normal file
1
src/data/roadmaps/mongodb/content/109-scaling-mongodb.md
Normal file
@@ -0,0 +1 @@
|
||||
# Scaling mongodb
|
@@ -0,0 +1 @@
|
||||
# Role based access control
|
@@ -0,0 +1 @@
|
||||
# X509 certificate auth
|
@@ -0,0 +1 @@
|
||||
# Kerberos authentication
|
@@ -0,0 +1 @@
|
||||
# Ldap proxy auth
|
@@ -0,0 +1 @@
|
||||
# Mongodb audit
|
@@ -0,0 +1 @@
|
||||
# Encryption at rest
|
@@ -0,0 +1 @@
|
||||
# Queryable encryption
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user