-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement loading to staging/live virtuoso #104
Comments
The original plan was to using pyodbc for this, and I even updated the Virtuoso patch to support v3 Bjwebb/pyodbc@459382d, and I got as far as acquiring a cursor - NRGI/resource-projects-etl@8db4a99 - however, using that cursor caused errors. Instead, I'm now trying to add sparql using virtuoso's This now successfully loads into virtuoso. Some of the remaining tasks:
|
I've looked into graph groups, and as far as I can tell this involves running SQL rather than SPARQL commands. There is no nice REST endpoint for SQL that I can see. Thus I think we have 3 options:
|
+1 to Option 3. |
(This still inherits from the virtuoso container to ensure that cove has access to a working isql command).
No description provided.
The text was updated successfully, but these errors were encountered: