Database – Mongo

• Overview
• Advantages
• Environment
• Data Modeling
• Create Database
• Drop Database
• Create Collection
• Drop Collection
• Data Types
• Insert Document
• Query Document
• Update Document
• Delete Document
• Projection
• Limiting Records
• Sorting Records
• Indexing
• Aggregation
• Replication
• Sharding
• Create Backup
• Deployment
• Java
• PHP