MongoDB features
MongoDB features
1. Basic Features
a. Document-Oriented Storage
b. Collections
c. Queries
2. Medium Features
a. Indexes
c. Transactions
3. Advanced Features
a. Data Modeling
b. Change Streams
c. GridFS
d. Full-Text Search
e. Sharding
a. Transactions
b. Aggregation Framework
c. Change Streams
d. MongoDB Atlas
client.connect(err => {
const collection = client.db("test").collection("devices");
client.close();
});
e. Full-Text Search