0

We have a tool that is normally used on a server (in the cloud, behind the firewall, etc). It uses Mongoose with MongoDB.

We now need to use our tool as a standalone app on a laptop and want to reuse the code that uses Mongoose. We are considering the possibility of not requiring our customers to install MongoDB on each laptop. The tool on the laptop will run as a service, headless, and will be the only process touching the data that's stored via Mongoose.

Does Mongoose offer support for pluggable backends? Is there an embeddable Mongoose backend we can use? Storage via plain, old JSON text files would be fine, unless there's something better out there.

Thanks, Matthew

4

0 回答 0