Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Roadmap #16

Open
RichDijk opened this issue Oct 19, 2022 · 3 comments
Open

Roadmap #16

RichDijk opened this issue Oct 19, 2022 · 3 comments

Comments

@RichDijk
Copy link

Thank you for the nice work. What is your roadmap? I am planning a saas using pyoxigraph?

@Tpt
Copy link
Contributor

Tpt commented Oct 19, 2022

Thank you!

For oxrdflib itself, I hope to be able to run SPARQL UPDATE requests using the Oxigraph native evaluator as soon as RDFLib/rdflib#1396 is fixed.

About Oxigraph/pyoxigraph my current roadmap for the next few months is:

  • make parsers faster and compatible with Rust/Python async I/O features.
  • more modularity on the Rust side (stand alone SPARQL evaluator...)
  • implement a query optimizer/planner (nothing is done on this side yet, leading to bad performances on complex queries compared to e.g. Blazegraph, GraphDB...).

I am planning a saas using pyoxigraph?

I am not sure to grasp this sentence (the question mark seems out of place). Do you mean that you are planning to build a SAAS using pyoxigraph or are you asking if I plan to provide some kind of SAAS offering based on pyoxigraph?

@RichDijk
Copy link
Author

Thank for the feedback.

The SAAS solution will be a knowledgegraph app as a service. I will use py4web for building the app template. The knowledgegraphs will be in oxigraph. I think this components will fit perfectly.

@Tpt
Copy link
Contributor

Tpt commented Oct 19, 2022

The SAAS solution will be a knowledgegraph app as a service. I will use py4web for building the app template. The knowledgegraphs will be in oxigraph. I think this components will fit perfectly.

Nice! Sounds like a great project! If you don't need any rdflib specific features you might get slightly better performances by using pyoxigraph directly (no need to pay the conversion between rdflib term objects and pyoxigraph term objects).

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

No branches or pull requests

2 participants