I am looking at creating a web site and I want to try and learn either a Object Database or a Document Database. I am going to be using a hosting provider so I won't be able to install any software. I am unable to purchase any licensing so I need to be able use either a free or open source Object/Document Database. Are there any free Object/Document Databases that don't require installation of some sort?

link|improve this question

64% accept rate
db4o is the best solution but isn't free for comercial projects – runxc1 Bret Ferrier Feb 10 '10 at 15:40
feedback

4 Answers

up vote 1 down vote accepted

Have you looked at http://eloquera.com/? It is free and is a client/server object database. It is easy to use and fast. I found it late last year and think it is a great step forward. Give it a go ,and I don't work for them I just love what their doing.

link|improve this answer
feedback

This might be a bit late but I am using RavenDB (more here) which works like a charm! It works very well with the RavenDB.Client only and a file based document store for simple scenarios.

link|improve this answer
feedback

Try db4o. Haven't tried it myself but its an embedded OODB. It has a dual GPL/Commercial license.

link|improve this answer
I have looked at using db40 but I am unsure of the GPL license. I want to use the object database in a web app that I am creating for a small business. Can I use GPL in that situation? – runxc1 Bret Ferrier Feb 3 '10 at 21:18
You can wrap calls to it in your own library licensed under less restrictive terms. Then call this library from your commercial application. – Kenneth Cochran Feb 3 '10 at 21:55
Interesting approach but that doesn't really seem worth while or honest. I will wait until some other open sourcers create something better. – runxc1 Bret Ferrier Feb 4 '10 at 23:11
feedback

You can also check STSdb - its an free open-source embedded object database system (NoSQL key/value pair storage engine) designed for mission critical and real-time applications.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.