.net - What is the equivalent of LocalDB for MongoDB? -


i find localdb useful testing asp.net web application. can load test data , testing. looking @ mongodb (no sql) use in conjunction sql server.

does mongodb have localdb equivalent? if answer no, nosql databases have localdb equivalent?

i have spent considerable time googling this. don't have great deal of experience mongodb , hence reason question.

there no localdb mongodb, have tried using docker development?

docker run -d -p 27017:27017 mongo 

even before docker it's pretty easy mongodb setup development:

mkdir \data\db mongod 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -