I have a hosted web application that has MongoDB as its DB. Now, I have a requirement to develop app that runs locally on user machine even if there is no network connection. That's why I need to embed MongoDB server to my local app. How can I embed MongoDB with my app?
Asked
Active
Viewed 3,675 times
1 Answers
0
Yes, it is possible, but it isn't pretty and will force your app to be AGPL licensed. If you are interested take a look at how the tools handle the --dbpath option.
Source: https://groups.google.com/forum/#!topic/mongodb-user/RjlWqT0_tzQ

Sergio Tulentsev
- 226,338
- 43
- 373
- 367
-
1The answer does not satisfy the how in the question. – Leap Hawk Dec 09 '18 at 20:59