Re: [XML-SIG] Large xml databases and python

2006-08-21 Thread Fredrik Lundh
Anstey, Matthew wrote: > Our question is this: when we finish porting our 300Mb "python" data > into 3Gb of XML data, how can we continue to read it from disk in its > xml format and manipulate it? > > We are looking at Berkeley XML with the Python API, but are concerned > this is not the bes

Re: [XML-SIG] Large xml databases and python

2006-08-21 Thread Lars Heuer
Hi Matthew, [...] > We are looking at Berkeley XML with the Python API, but are > concerned this is not the best solution. we have also dabbled with [...] You can also try [exist-db] together with its [REST-API]. The dev.guide gives an example. [exist-db] http://exist.sourceforge.net/ [REST-API]