1. Document oriented storage
2. Auto Sharding
3. Querying
4. Full index support
5. Map
6. GridFS
Related Posts:
geospacial - location nearby
{ "code" : { "_bsontype" : "Int32", "value" : 2 }, "errmsg" : "$geometry is required for geo nea… Read More
Git returns 407 from proxy after connect.
Git returns 407 from proxy after connect.
This is due to corporate proxy
git config --global http.proxy http://.....:8080
Then, you need to set ssl false
git config --global http.sslVerify false
… Read More
Issue in Running Mongodb in windows
PS C:\mongodb\Server\3.2\bin> mongod
16:09.996+0000 I CONTROL [initandlisten] MongoDB starting : pid=3244 port=27017 dbpath=C:\data\db\ 64-bit
host=WIN-GV01B0P34FK I CONTROL [initandlisten] targetMi… Read More
MongoDB Installation for MS-Windows
This page
explains the installation procedure of MongoDB for MS-Windows environment.
MongoDB Installation
This will setup MongoDB as a service on windows, so that the database
will start automatically foll… Read More
Missing Authentication Token
{"message":"Missing Authentication Token"}
I am using api gateway for exposing my rest api.
I got this issue when i run through the swagger file.
… Read More
0 comments:
Post a Comment