Re: [Virtuoso-users] MySQL -> Faceter

2009-05-22 Thread Kingsley Idehen
Cristian Vasquez wrote: On Wed, May 20, 2009 at 3:50 PM, Kingsley Idehen wrote: Aldo Bucchi wrote: Hello, What's the fastest route to publish a MySQL database via V6 faceter? This is what we understand: 1) Connect the database via Virt-MySQL adapter 2) Configure, Generate and Install

Re: [Virtuoso-users] MySQL -> Faceter

2009-05-22 Thread Cristian Vasquez
On Wed, May 20, 2009 at 3:50 PM, Kingsley Idehen wrote: > Aldo Bucchi wrote: >> >> Hello, >> >> What's the fastest route to publish a MySQL database via V6 faceter? >> >> This is what we understand: >> 1) Connect the database via Virt-MySQL adapter >> 2) Configure, Generate and Install RDF Views >

Re: [Virtuoso-users] HTTP 406 when SPARQLing lod.openlinksw.com

2009-05-22 Thread Kingsley Idehen
Aldo Bucchi wrote: Hi Ivan, Thanks I'll check this workaround. BTW - These are the headers generated internally by the Sesame HTTPRepository client. We'll fix this matter. Kingsley Regards, A Sent from my iPhone On May 22, 2009, at 11:18 AM, Ivan Mikhailov wrote: Hello Aldo,

Re: [Virtuoso-users] executing sql from python script

2009-05-22 Thread Virtuoso Maintainer
Hi Kurt, I have a python script on the same machine as VOS but running as a cherrypy server not in virtuoso. I want to execute sql statements from the python. What's my best option? Seems there's not a free ODBC implementation in python - am i wrong? Now it seems the best option is to write

Re: [Virtuoso-users] HTTP 406 when SPARQLing lod.openlinksw.com

2009-05-22 Thread Aldo Bucchi
Hi Ivan, Thanks I'll check this workaround. BTW - These are the headers generated internally by the Sesame HTTPRepository client. Regards, A Sent from my iPhone On May 22, 2009, at 11:18 AM, Ivan Mikhailov wrote: Hello Aldo, It seems to me that we have problem with multiple Accept: l

[Virtuoso-users] executing sql from python script

2009-05-22 Thread Kurt J
Hi List, I have a python script on the same machine as VOS but running as a cherrypy server not in virtuoso. I want to execute sql statements from the python. What's my best option? Seems there's not a free ODBC implementation in python - am i wrong? Now it seems the best option is to write sq

Re: [Virtuoso-users] HTTP 406 when SPARQLing lod.openlinksw.com

2009-05-22 Thread Ivan Mikhailov
Hello Aldo, It seems to me that we have problem with multiple Accept: lines in the HTTP header. If I swap two lines and send Accept: application/sparql-results+xml;q=0.8 Accept: application/x-binary-rdf-results-table Accept: application/xml;q=0.8 then it works. (I don't know whether it should re

Re: [Virtuoso-users] Insert data fast

2009-05-22 Thread Tim Haynes
Yrjänä Rankka wrote: Sören Auer wrote: Ivan Mikhailov wrote: Unfortunately, we can offer plain INSERTs only, but they're not bad, esp. when parametrized. You mean wen run as prepared statements? Yes. You prepare statement, then exec it repeatedly with parameters - this is the faste

Re: [Virtuoso-users] HTTP 406 when SPARQLing lod.openlinksw.com

2009-05-22 Thread Aldo Bucchi
Hi, On Tue, May 19, 2009 at 6:25 PM, Kingsley Idehen wrote: > Aldo Bucchi wrote: >> >> Hi, >> >> I am receiving an HTTP error when querying lod.openlinksw.com/sparql >> The query is valid SPARQL, trust me. This appears to be a CN error of some >> kind. >> >> >> POST /sparql HTTP/1.1 >> Content-Ty