RE: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
bject: Re: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > > from SPARQLWrapper import SPARQLWrapper > > > > # a lot longer > > myString = "INSERT DATA {}" > > > > def insertFromString(url, sparql): > > endpoint = S

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
t; endpoint = SPARQLWrapper(url) > endpoint.setQuery(sparql) > endpoint.method = 'POST' > endpoint.query() > > insertFromString('http://localhost:3030/myDS/update', myString) > > > From: Laura Morales [mailto:laure...@mail.com] > Sent: 07 August 2019 10:29 &g

Re: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Laura Morales
> from SPARQLWrapper import SPARQLWrapper > > # a lot longer > myString = "INSERT DATA {}" > > def insertFromString(url, sparql): > endpoint = SPARQLWrapper(url) > endpoint.setQuery(sparql) > endpoint.method = 'POST' > endpoint.query() > >

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
ORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. From: Laura Morales [mailto:laure...@mail.com] Sent: 07 August 2019 10:29 To: users@jena.apache.org Cc: users@jena.apache.org Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2? Basically, this request should work? POST /da

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
ASSET LLP IS AUTHORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. From: Andy Seaborne [mailto:a...@apache.org] Sent: 07 August 2019 09:45 To: users@jena.apache.org Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2? Pierre, RDFLib/SPARQLWrapper is using an HTML f

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Laura Morales
.apache.org > Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2? > > Pierre, > > RDFLib/SPARQLWrapper is using an HTML form upload. > > The scalable way is to POST with "Content-type: > application/sparql-update" and the INSERT in the body

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Andy Seaborne
Pierre, RDFLib/SPARQLWrapper is using an HTML form upload. The scalable way is to POST with "Content-type: application/sparql-update" and the INSERT in the body, then it will stream - directly reading the update from the HTTP input stream with no HTML Form (Request.extractFormParameters) on

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Martynas Jusevičius
, > Pierre > > For reference: > https://www.eclipse.org/jetty/documentation/current/configuring-form-size.html > > > > From: Lorenz Buehmann [mailto:buehm...@informatik.uni-leipzig.de] > Sent: 07 August 2019 08:08 > To: users@jena.apache.org > Subject: Re: Sensible si

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
ann [mailto:buehm...@informatik.uni-leipzig.de] Sent: 07 August 2019 08:08 To: users@jena.apache.org Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2? > > "http://www.eclipse.org/jetty/configure_9_3.dtd<http://www.eclipse.org/jetty/

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Lorenz Buehmann
> > "http://www.eclipse.org/jetty/configure_9_3.dtd;> > > > > org.eclipse.jetty.server.Request.maxFormContentSize > > > > [2019-08-06 17:07:48] Server ERROR SPARQLServer: Failed to configure > server: 0 > java.lang.ArrayIndexOutOfBoundsException: 0 > at >

RE: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-07 Thread Pierre Grenon
-soundings/. HORIZON ASSET LLP IS AUTHORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. From: Laura Morales [mailto:laure...@mail.com] Sent: 06 August 2019 18:29 To: users@jena.apache.org Cc: 'users@jena.apache.org' Subject: Re: RE: Sensible size limit for SPARQL update payload to Fuseki2

Re: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Laura Morales
che.org'" > Subject: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > Ok, so apologies for kinda spamming the list with this. > > 1. Laura, I agree with the options you listed below. Although: > - LOAD, in my experience, requires access to the file syst

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Pierre Grenon
undings/. HORIZON ASSET LLP IS AUTHORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. From: Laura Morales [mailto:laure...@mail.com] Sent: 06 August 2019 12:25 To: users@jena.apache.org Cc: 'users@jena.apache.org' Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2?

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Pierre Grenon
set.co.uk/market-soundings/. HORIZON ASSET LLP IS AUTHORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. From: Laura Morales [mailto:laure...@mail.com] Sent: 06 August 2019 08:19 To: users@jena.apache.org Cc: users@jena.apache.org Subject: Re: Sensible size limit for SPARQL update payload

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Laura Morales
work. It's not a huge file after all). > Sent: Tuesday, August 06, 2019 at 12:39 PM > From: "Pierre Grenon" > To: "'users@jena.apache.org'" > Subject: RE: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > > Can you share your qu

RE: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Pierre Grenon
52 AM > From: "Pierre Grenon" > To: "users@jena.apache.org" > Subject: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > Quick follow up -- > > The web fuseki interface is happy loading the turtle equivalent. Takes more > time (~10-15 sec) than it t

Re: RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Laura Morales
a.apache.org" > Subject: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > Quick follow up -- > > The web fuseki interface is happy loading the turtle equivalent. Takes more > time (~10-15 sec) than it takes for the programmatic way to return an error

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Pierre Grenon
ZON ASSET LLP IS AUTHORISED AND REGULATED BY THE FINANCIAL CONDUCT AUTHORITY. > -Original Message- > From: Pierre Grenon > Sent: 06 August 2019 08:47 > To: 'users@jena.apache.org' > Subject: RE: Sensible size limit for SPARQL update payload to Fuseki2? > > Hi, >

RE: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Pierre Grenon
Cc: users@jena.apache.org Subject: Re: Sensible size limit for SPARQL update payload to Fuseki2? How long is your query?? Personally I'm not aware of any such limitations, especially when POSTing, but other people here definitely know better than me if there is one or not. If there is a limit,

Re: Sensible size limit for SPARQL update payload to Fuseki2?

2019-08-06 Thread Laura Morales
How long is your query?? Personally I'm not aware of any such limitations, especially when POSTing, but other people here definitely know better than me if there is one or not. If there is a limit, let's say even just 1MB, you need a *very* long query to break it. 500 is a general "internal