Category MongoDB
Share experience about MongoDB
How to Send MongoDB Logs to CloudWatch Logs
2021/3/5·1 min readThis blog shows how to send MongoDB log files to AWS CloudWatch logs, you can spend multiple logs to the AWS CloudWatch logs bydefining the awslogs.config file.
How to Setup MongoDB on Windows
2021/2/3·1 min readThis blog shows how to set up MongoDB 4.4 Community version on windows 10 as a local development environment, create a simpledatabase, table, and collection, and how to backup and store data by using mongoexport and mongoimport.
How to Find Record from MongoDB with Node.js and Mongoose
2020/9/11·1 min readThis blog will show a tutorial about how to find data into MongoDB by using Node.js with Mongoose.
How to Delete Data from MongoDB with Node.js and Mongoose
2020/8/11·1 min readThis blog will show a tutorial about how to delete data from MongoDB by using Node.js with Mongoose.
How to Update MongoDB Data with Node.js and Mongoose
2020/8/11·3 min readHow to Insert Data into MongoDB with Node.js and Mongoose
2020/7/11·1 min readThis blog will show a tutorial about how to insert data into MongoDB by using Node.js with Mongoose.
How to Setup MongoDB on Mac
2020/7/11·1 min readThis blog shows how to set up MongoDB 4.4 Community version on Mac OS, also will create a simple database, table, and collection,and how to backup and store data by using mongoexport and mongoimport.
How to Setup MongoDB on Amazon Linux EC2
2020/2/11·1 min readThis blog shows how to set up a MongoDB database environment on the cloud, AWS EC2 with Amazon Linux.
How to perform Geospatial Queries by Using MongoDB with C#
2014/8/2·2 min readTHis blog shows a example of how to use C# location query to MongoDB
Few GUI App to Use MongoDB at Windows
2014/5/3·1 min readList of Free Mongodb Management tools.
Code Snippet - How to Add Index to Document at MongoDB C#
2014/3/1·1 min readSetup index to MongoDB document with C#.
How to Setup MongoDB on Windows Service
2014/8/2·1 min readThis blog shows how to install simply install and use mongoDB.
How to Setup MongoDB Text Search with Node.js
2016/3/19·12 min readHow To Implement Mongodb TextSearch with C#
2015/1/31·2 min readSimple code snippet to use mongoC# text search
Mongodb 2.6 upgrade
2014/8/2·1 min readhow to upgrade mongodb from 2.4 to 2.6
How to Use MongoDB TextSearch by Mongoose
2014/8/2·1 min readHow to use MongoDB text search
Few Commands about How to Export/Import MongoDB Collections
2014/5/31·1 min readThis blog shows few commands about how to export/import MongoDB Collections.
Few Tips for MongoDB
2014/5/2·1 min readFew mongo DB script/command note
Few Commands about Import/Export Mongo Database
2014/5/10·1 min readWith mongodb's mongodump & mongorestore command, you can achieve export and import data to your mongo database.
How to Create Your First Nuget Package
2014/10/3·2 min readHow to create and publish nuget package