Re: [basex-talk] Contribution

2014-04-08 Thread Christian Grün
Christian, thanks for the announcement! I've added your GitHub in our Wiki [1]. You are invited to keep us updated. Cheers, Christian [1] http://docs.basex.org/wiki/Clients On Tue, Apr 8, 2014 at 10:11 PM, Christian Baune wrote: > Hi, > > I made the begining of a Golang implementation for Bas

[basex-talk] Contribution

2014-04-08 Thread Christian Baune
Hi, I made the begining of a Golang implementation for BaseX : https://github.com/programaths/go-basex Kind regards, Christian

Re: [basex-talk] JSON serialization via REST API

2014-04-08 Thread Christian Grün
Hi Florent, >> Do you have some informations about the performance penalty to do JSON >> conversion at the BaseX level ? > > I don't think we have a specific numbers on this at it heavily depends > on your data. Simplest thing will probably to give it a try for your > specific data set. In general

Re: [basex-talk] JSON serialization via REST API

2014-04-08 Thread Dirk Kirsten
Hi Florent, > Yes, you're right. The problem is more that I'm afraid to be dependant > (and to learn) yet an other technologie. true; of course there always is a learning curve. But we are commited to open technologies and RestXQ is an open standard and in fact it is also not that much complicate

Re: [basex-talk] Is there a way to identify an inline function in BaseX?

2014-04-08 Thread Christian Grün
Noted [1]; did I get you right? Christian [1] https://github.com/BaseXdb/basex/issues/921 On Mon, Apr 7, 2014 at 11:43 AM, Rob Stapper wrote: > Hi, > > > > In my xquery-program I need to identify an inline function. ( it's a > generalized function with a specialized inline function as paramet

Re: [basex-talk] JSON serialization via REST API

2014-04-08 Thread Florent Gallaire
> You will never be able to do a totally automatical lossless JSON<>XML > conversion. However, you are able to write your own mapping functions > which are useful for your specific use case OK. > I don't really get your argument here. RestXQ enables you to build a > REST interface and you can in

Re: [basex-talk] setting global options

2014-04-08 Thread Christian Grün
Hi Jason, try this: System.out.println(context.globalopts.get(GlobalOptions.GLOBALLOCK)); Christian On Mon, Apr 7, 2014 at 8:13 PM, Jason Ricles wrote: > To whom it may concern, > > Is there any way to set the globaloptions of basex such as globallock? > > Since I currently keep executing >

Re: [basex-talk] Creating a Basex database directly from tarred XML?

2014-04-08 Thread Christian Grün
> That's no big deal, but it would be nice to work oob with .tar.gz > files too, without the need to prior rename the files to .tgz Done [1]. Have fun, Christian [1] http://files.basex.org/releases/latest/ > 2014-02-19 23:49 GMT+01:00 Christian Grün : >> Hi Constantine, >> >> It's good to hear

Re: [basex-talk] JSON serialization via REST API

2014-04-08 Thread Dirk Kirsten
Hi Florent, > I have some data in XML format with daily updates. I don't control > this data, they come to me as XML, I don't want to convert them and > make some mistakes, so I want to use a XML database. If I just add a > element as root, I fix nothing about the string/integer > conversion so I

[basex-talk] BaseX 7.8.2 Update - Soft-Files.com

2014-04-08 Thread Soft-Files Team
Dear Developer, Your product BaseX 7.8.2 has been updated. Your product review page is located at: http://www.soft-files.com/basex_72311.html. Sincerely,

Re: [basex-talk] Creating a Basex database directly from tarred XML?

2014-04-08 Thread Michael Sievers
Hi ! I really like this feature. Unfortunately, BaseX only recognizes .tgz, but not .tar.gz files. That's no big deal, but it would be nice to work oob with .tar.gz files too, without the need to prior rename the files to .tgz Best regards Michael Sievers 2014-02-19 23:49 GMT+01:00 Christian G