Re: [CODE4LIB] Q: what is the best open source native XML database

2010-01-17 Thread Andrew Nagy
I've had the best luck with eXist and BerkeleyDB XML. Both support XQuery and have indexing features based on any XML structure. Andrew On 1/16/10, Godmar Back god...@gmail.com wrote: Hi, we're currently looking for an XML database to store a variety of small-to-medium sized XML documents.

Re: [CODE4LIB] Q: what is the best open source native XML database

2010-01-17 Thread Patrick Hochstenbach
Depends on your datamodel, Godar. You could also consider databases like CouchDB. Not XML ..but if your datamodel can fit into JSON. Efficient serving of docs over HTTP is their trademark, like scaling through replication. Lucene. CouchDB has Lucene integration..but I find it somewhat flaky. In