Re: [basex-talk] Out Of Memory

2014-12-30 Thread Mansi Sheth
Hello, Wanted to get back to this email chain and share my experience. I got this running beautifully (including all post processing of results), using the below command: curl -ig ' http://localhost:8984/rest?run=get_query.xqn=/Archives/*/descendant::D/@name/string()' | cut -d: -f1 | cut -d.

[basex-talk] Fetching a binary document from BaseX with C# using the server API

2014-12-30 Thread Boxstart, Bjorn
Hello, I'm currently working on the integration of BaseX in part of our .Net based software. One part of the functionality will be to store and retrieve binary files. I haven't been able to retrieve the raw files from the server yet using C#. I based my solution on the example of the C# client

Re: [basex-talk] Out Of Memory

2014-12-30 Thread Florent Gallaire
For my uses, string() seems to be extremely extremely slow at processing big data, you should try without it. Best regards Florent On Tue, Dec 30, 2014 at 2:38 PM, Mansi Sheth mansi.sh...@gmail.com wrote: Hello, Wanted to get back to this email chain and share my experience. I got this

[basex-talk] BaseX 8.0 snapshot on OpenShift

2014-12-30 Thread Andy Bunce
Hi, I am having difficulty getting this to work. I had something working with 7.9 (see https://github.com/Quodatum/openshift-basex-quick-start/tree/releases/0.2 ) Using a recent snapshot. I am running ${OPENSHIFT_DATA_DIR}/basex/bin/basexhttp -n ${OPENSHIFT_DIY_IP} -h ${OPENSHIFT_DIY_PORT} -p

[basex-talk] copy-namespaces declaration

2014-12-30 Thread Alex R. Loayza
Hello, I've found this same issue on version 7.9: https://mailman.uni-konstanz.de/pipermail/basex-talk/2012-May/003294.html Is there now some fix I'm not aware of? Thank you. Alex