NoSQL FREE alternative (alternative to ravendb) for C# development

c#, licensing, nosql

Solution

If I understand you correctly, then you can safely use MongoDB with it's double core/driver license model.

And one more thing, AFAIK unless your code released to a "world" you can do whatever you want.

Problem

I discovered raven-db and I liked it but then I saw the license... GPL or Pay So I'm looking for good free for closed-source C# development raven-db alternative. Seems like MongoDB and Berkley are GPL too. And it's much better for me to find an embedded solution.

Original source