Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best XML Based Database [closed]

I had been assigned to develop a system on where we would get a XML from multiple sources (millions of xml) and put them in some database like and judging from the xml i would receive, there wont be any concrete structure even if they are from the same source. With this reason i think i cannot suggest RDMS and currently looking at NoSQL databases. We need a system that could do CRUD and is fast on Read.

I had been looking at MarkLogic and eXist, which are both XML based NoSQL databases, have anyone had experience with them? and any other suggestion? Thanks

like image 703
monmonja Avatar asked Jun 18 '10 04:06

monmonja


2 Answers

Take a look at this project: http://exist.sourceforge.net/

like image 67
JLBarros Avatar answered Oct 17 '22 05:10

JLBarros


You are right in saying that RDBMS would not serve the purpose even if it does support XML datatype these days. I have extensively worked in MarkLogic, and so far it is the best noSQL XMl DB you can have. I have also tried eXist, however it is not much scalable for production usage. MarkLogic gives agility in developement as well with integrated app servers and search engine. Currently it is serving terabytes of XML data in some huge publishing houses.

like image 2
Soumadri Roy Avatar answered Oct 17 '22 04:10

Soumadri Roy