ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
378 stars 45 forks source link

Starting without index? #1373

Closed tekrajchhetri closed 4 days ago

tekrajchhetri commented 3 months ago

Dear Team,

Thanks for your work and for making it open-source. I am trying to get started but am unable to. Also, could you answer the following questions?

@hannahbast

Thank you.

Tek

joka921 commented 3 months ago

Hi @tekrajchhetri

  1. You should follow the Quickstart guide in our README (the main page of the repository). It provides you with the setup for various knowledge graphs to play around, which you can then adapt to your own needs.
  2. QLever currently doesn't support SPARQL UPDATE (it is work in progress though) or any other means of updating the Graph, so you have to index your data in advance.
tekrajchhetri commented 2 weeks ago

@joka921 Thank you.

hannahbast commented 4 days ago

@tekrajchhetri I assume the issue is resolved. If there are still any questions, feel free to reopen or start a new issue.