[basex-talk] Scaling and Jsoniq

2018-12-22 Thread Ben Pracht
Hi, I'm sorry if this was covered earlier, but I haven't seen it in a Google search. First, are there any support plans for scaling outwards? I know MarkLogic has splits clusters into multiple enodes and dnodes. But the idea is that there isn't one central bottleneck for requests. Second, I read

[basex-talk] Eclipse editor support and authentication

2020-05-24 Thread Ben Pracht
Hi Folks, Perhaps I'm using too new of an Eclipse (Photon), but I'm not able to integrate Eclipse with BaseX. I installed the trial Oxygen plugin, though I don't want to pay for it. Even then, it would not offer a BaseX datasource, only one for ExistDB. I tried to install XQDT, but it could not

Re: [basex-talk] Eclipse editor support and authentication

2020-05-30 Thread Ben Pracht
bably already followed > Steve’s links. Salted SHA256 hashes are currently used for passwords. > > Hope this helps, > Christian > > [1] https://docs.basex.org/wiki/Shortcuts > [2] https://docs.basex.org/wiki/Integrating_IntelliJ_IDEA > > > > On Mon, May 25, 2020

[basex-talk] GUI Stack Trace

2020-06-06 Thread Ben Pracht
nEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) Best Regards, Ben Pracht ben.pra...@gmail.com

Re: [basex-talk] GUI Stack Trace

2020-06-07 Thread Ben Pracht
enal job towards making this easy to use. Kind Regards, Ben Best Regards, Ben Pracht 919.809.2439 ben.pra...@gmail.com On Sun, Jun 7, 2020 at 4:50 AM Christian Grün wrote: > Thanks, Reece, for the hint, I overlooked this one. > > The used Java version might be even more interesting

[basex-talk] Change static directory for html pages

2020-07-03 Thread Ben Pracht
Hi, I'd like to serve static content in the same server as the one handling the restxq. However, I noticed it expects the content to be in some level under the static directory. Then, the URL also needs the static directory. Is it possible to change both the directory the static files live and th

Re: [basex-talk] Change static directory for html pages

2020-07-10 Thread Ben Pracht
_ROOT/modules/database-services.xqm I duplicated the database-services file because I wasn't sure what folder the RESTXQ was relative to. Vielen Danke! Best Regards, Ben Pracht 919.809.2439 ben.pra...@gmail.com On Fri, Jul 3, 2020 at 5:13 PM Michael Seiferle wrote: > Hi Ben, > > Gla

[basex-talk] RESTXQ path resolution

2020-07-12 Thread Ben Pracht
ctually matched? In my case, I put the hello-world service in the main project directory, in the modules directory where the RESTXQPATH and in the RESTPATH. I've tried renaming the hello-world to .xq, .xqm and .xqy. In all cases, it does not find the .xq file. Best Regards, Ben Pracht

Re: [basex-talk] RESTXQ path resolution

2020-07-30 Thread Ben Pracht
ts for which money changes hands. Thanks, Ben Best Regards, Ben Pracht ben.pra...@gmail.com On Mon, Jul 13, 2020 at 3:35 AM Michael Seiferle wrote: > Hi Ben, > > Make sure to first read my previous mail, because you need a working > restxq-Setup ;-) > > Theres the „

[basex-talk] Understanding PUL, seeing modified result

2020-08-16 Thread Ben Pracht
syntax if I wanted to add a for, let order by or other FLOWR keyword? Kind Regards, Ben Pracht 919.809.2439 ben.pra...@gmail.com

[basex-talk] Mapping and Basex

2021-01-29 Thread Ben Pracht
Hi, I've seen this geo module and wondered what this is used for. I'd like to see if there's a way of extracting addresses from a website and their corresponding school. I could be way off but I was hoping this would be a start. Thanks, Ben

[basex-talk] RumbleDB

2021-12-01 Thread Ben Pracht
I don't mean any ill will with this question but value the XQuery opinions of this group. Has any BaseX users tried RumbleDB? I've been intrigued with the scalability OOTB with the Spark. However, I used Spark in a previous job and found pure Spark to be a pain to set up, complex and worst (to me

[basex-talk] Email integration

2022-07-05 Thread Ben Pracht
ons? Thanks, Ben Best Regards, Ben Pracht 919.809.2439 ben.pra...@gmail.com

[basex-talk] Select proper database for Plot Widget

2023-01-05 Thread Ben Pracht
I like having a convenient inline plotting for data, but I can't figure out how to select the right database to query from for the BaseX GUI plot widget. I can only select X and Y values from what I think is the country database. Best Regards, Ben Pracht 919.809.2439 ben.pra...@gmail.com

Re: [basex-talk] Select proper database for Plot Widget

2023-01-07 Thread Ben Pracht
en On 1/7/23 08:48, Christian Grün wrote: Hi Ben, Do you have some specific data that you would like to see reasonably visualized by the Plot View, or are you rather looking for arbitrary data that could be rendered by this visualization? Best, Christian On Fri, Jan 6, 2023 at 7:13 AM Ben Pra

Re: [basex-talk] Select proper database for Plot Widget

2023-01-09 Thread Ben Pracht
s with the relevant data, create a database from it, and open the plot for that database. Hope this helps, Christian On Sun, Jan 8, 2023 at 12:23 AM Ben Pracht wrote: Christian, I like the chart type. I've got a separate database with gold prices over time. I want to put the price of 1oz on

Re: [basex-talk] Select proper database for Plot Widget

2023-01-10 Thread Ben Pracht
ed in the Plot visualization. After having run the query, you need to open the generated "test" database and enable the Plot visualization. Best, Christian On Tue, Jan 10, 2023 at 5:16 PM Ben Pracht wrote: I think any non-stock database would work to show this, but below is the cod