maparent / virtuoso-python

RDFLib and SQLAlchemy bindings for Virtuoso
BSD 3-Clause "New" or "Revised" License
16 stars 10 forks source link

I have a question: driver's path for odbc.ini for virtuoso docker #13

Closed jtrillos closed 7 years ago

jtrillos commented 7 years ago

If I am using a virtuoso docker, how can access the driver's path for odbc.ini configuration?

[VOS] Description = Virtuoso Driver = ??? Servername = localhost Port = 1111 UserName = dba Locale = en.UTF-8

Thank you

maparent commented 7 years ago

You would certainly have to either build the virtuoso driver, or pull it from the docker file (assuming compatible OS between the docker images.) I don't know how well the docker model applies the virtuoso.

jtrillos commented 7 years ago

Thanks