Can mongodb be used as an embedded database?

后端 未结 6 1737
清歌不尽
清歌不尽 2020-11-27 14:21

I am working on a RSS reader application. And I need to find a backend database. I want the database be embedded because I don\'t want the users to install a database server

6条回答
  •  抹茶落季
    2020-11-27 15:08

    According to the Google Group, yes it can, but it doesn't cover how exactly.

    Yes, 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: http://groups.google.com/group/mongodb-user/browse_thread/thread/463956a93d3fb734?pli=1

    If you're using .NET, one option might be RavenDB, which is a document database, and can be embedded.

提交回复
热议问题