MongoDB
MongoDB is a NoSQL document database designed for flexible schemas and horizontal scaling. Learn queries, indexing, and aggregation pipelines.
22 articlesHow to Send MongoDB Logs to CloudWatch Logs
2021/03/05·1 min readThis blog shows how to send MongoDB log files to AWS CloudWatch Logs. You can send multiple logs to AWS CloudWatch Logs by defining the awslogs.conf file.
How to Setup MongoDB on Windows
2021/02/03·4 min readThis blog shows how to set up MongoDB 4.4 Community version on Windows 10 as a local development environment, create a simple database, table, and collection, and how to backup and restore data by using mongoexport and mongoimport.
How to Find Record from MongoDB with Node.js and Mongoose
2020/09/11·2 min readThis blog shows a tutorial on how to find data from MongoDB by using Node.js with Mongoose.
How to Delete Data from MongoDB with Node.js and Mongoose
2020/08/11·2 min readThis blog shows a tutorial on how to delete data from MongoDB by using Node.js with Mongoose.
How to Update MongoDB Data with Node.js and Mongoose
2020/08/11·2 min readThis tutorial shows how to update data in MongoDB by using Node.js with Mongoose, including connecting to MongoDB, defining a schema, and performing update operations.
How to Insert Data into MongoDB with Node.js and Mongoose
2020/07/11·2 min readThis blog shows a tutorial on how to insert data into MongoDB by using Node.js with Mongoose.
How to Setup MongoDB on Mac
2020/07/11·3 min readThis blog shows how to set up MongoDB 4.4 Community version on macOS, create a simple database, table, and collection, and how to backup and restore data by using mongoexport and mongoimport.
How to Setup MongoDB on Amazon Linux EC2
2020/02/11·3 min readThis blog shows how to set up a MongoDB database environment on the cloud using AWS EC2 with Amazon Linux.
How to Setup MongoDB Text Search with Node.js
2016/03/19·5 min readA guide on how to set up and use MongoDB text search with Node.js, including indexing, querying, and scoring.
How to Implement MongoDB TextSearch with C#
2015/01/31·1 min readSimple code snippet to use MongoDB C# text search.
How to Create Your First Nuget Package
2014/10/03·2 min readHow to create and publish nuget package
How to perform Geospatial Queries by Using MongoDB with C#
2014/08/02·1 min readThis blog shows an example of how to use C# to perform location-based queries with MongoDB.
MongoDB 2.6 Upgrade
2014/08/02·1 min readHow to upgrade MongoDB from 2.4 to 2.6.
How to Setup MongoDB on Windows Service
2014/08/02·1 min readThis blog shows how to simply install and use MongoDB as a Windows service.
How to Use MongoDB TextSearch by Mongoose
2014/08/02·1 min readHow to use MongoDB text search
How to Get Started with Mongoose
2014/06/21·1 min readThis article provides information to help you get started with Mongoose.
Set MongoDB GMT Time in C#
2014/06/07·1 min readHow to save DateTime as GMT/UTC time in MongoDB using C#.
Few Commands about How to Export/Import MongoDB Collections
2014/05/31·1 min readThis blog shows a few commands for how to export and import MongoDB collections.
Few Commands about Import/Export Mongo Database
2014/05/10·1 min readWith MongoDB's mongodump and mongorestore commands, you can export and import data to your Mongo database.
Few GUI App to Use MongoDB at Windows
2014/05/03·1 min readA list of free MongoDB management tools with GUI for Windows.
Few Tips for MongoDB
2014/05/02·1 min readA few MongoDB script and command notes for common operations.
Code Snippet - How to Add Index to Document at MongoDB C#
2014/03/01·1 min readA quick code snippet showing how to set up an index on a MongoDB document or subdocument field using C#.