Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (50.2k points)
I am currently working on a RSS reader application. And for that application, I want to find a back-end database. I want the database to be embedded because I don't want the users to install a database server.

I am wondering if there are any other NoSQL?

1 Answer

0 votes
by (108k points)
edited by

You can easily embed MongoDB in your OEM solution but you need to consider 2 things:

The code is written in C++, so if you are implementing the code in a different language you might need to also have a wrapper that launchers the database process separately.

MongoDB is licensed under Gnu AGPL-3.0 which is a considered as a copy left server license. However, the MongoDb states that the intention of the license is to allow refinements to their code to be submitted back, and that your product will remain separate. This makes me think that the normal copy left rules don't apply.

Want to gain in-depth knowledge of full-stack development? Enroll in this Full Stack Developer Course provided by Intellipaat.

Browse Categories

...