Skip to content
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

Retire RDFLib SQLAlchemy #337

Open
TShapinsky opened this issue Aug 1, 2024 · 1 comment
Open

Retire RDFLib SQLAlchemy #337

TShapinsky opened this issue Aug 1, 2024 · 1 comment

Comments

@TShapinsky
Copy link
Member

TShapinsky commented Aug 1, 2024

rdflib-sqlalchemy is no longer under development. We decided that it would be too big of a lift to maintain it ourselves (and the project was not issue free). We need to come up with a replacement.

Constraints:

  • Low retrieval time
  • Efficient searching
  • Reasonable update time
  • Copy on Write

@gtfierro @haneslinger @MatthewSteen Feel free to edit this issue to change or add constraints

@gtfierro
Copy link
Collaborator

gtfierro commented Aug 1, 2024

I started a fork of rdflib-sqlalchemy which uses SQLALchemy 2.0: https://github.com/gtfierro/rdflib-sqlalchemy ; this seems to work fine in my experiments, but its not any more performant than the existing rdflib-sqlalchemy.

Another option is Oxigraph, which has rdflib bindings (https://github.com/oxigraph/oxrdflib). I haven't done any benchmarking, but in my experience it is much faster than the default rdflib. I have some undergraduates looking for research ideas, and this might be a good thing for them to pursue in the Fall if that fits our timeline.

There are also the commercial-with-free-license options like Allegrograph, Virtuoso, and Blazegraph. I've had success using these in the past but it has been awhile since I last used them. There's also KuzuDB which claims to support RDF too, but I don't know if it does SPARQL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants