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

First version of a serverless library for QLever #1669

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Dec 9, 2024

See the files in the src/libqlever directory:

  • The actual library (in Qlever.h and QLever.cpp)
  • A very simple example that uses the library to load and query a knowledge graph.

This is the first initial version which can and will be extended for users that want to use QLever without an HTTP server, e.g. embedded into another program.

… be used in a library.

Signed-off-by: Johannes Kalmbach <[email protected]>
… be used in a library.

Signed-off-by: Johannes Kalmbach <[email protected]>
@sparql-conformance
Copy link

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.62%. Comparing base (5b27eeb) to head (237e93c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1669      +/-   ##
==========================================
- Coverage   89.64%   89.62%   -0.02%     
==========================================
  Files         383      383              
  Lines       36889    36889              
  Branches     4167     4167              
==========================================
- Hits        33068    33063       -5     
+ Misses       2522     2520       -2     
- Partials     1299     1306       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Johannes Kalmbach <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant