oxigraph / oxrdflib

Oxrdflib provides rdflib stores using pyoxigraph
BSD 3-Clause "New" or "Revised" License
29 stars 5 forks source link

Roadmap #16

Open RichDijk opened 1 year ago

RichDijk commented 1 year ago

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

Tpt commented 1 year ago

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:

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 commented 1 year ago

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 commented 1 year ago

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).