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

Feature: Add Virtuoso, Allegrograph and Graphdb integration to ontologies_api #54

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

syphax-bouazzouni
Copy link

@syphax-bouazzouni syphax-bouazzouni commented Oct 26, 2023

Prerequisites

Context

This PR makes the ths following triple stores: 4store (fs), GraphDb (gb), Virtuoso (vo), and AllegroGraph (ag), work with ontologies_api and add their test workflows. And as ontoportal-lirmm/ontologies_linked_data#107, it optimize the test runtime, going from 20min to 15min.

image

Benchmarks before test optimizations

Store Time with slices=20 Time with slices=100 Time with slices=500 (production)
4store 23,53 15,56 14,41
GraphDb 12,08 16 12,91 🏅
Virtuoso 11,01 🏅 12,08 🏅 18,6
AllegroGraph 18,26 13,6 16,16

Summary

Store / Slices Time
Virtuoso / 20 slices 11,01 🏅
Virtuoso / 100 slices 12,08
GraphDb / 20 slices 12,08
GraphDb / 500 slices 12,91
AllegroGraph / 100 slices 13,6
4store / 500 slices 14,41
4store / 100 slices 15,56
GraphDb / 100 slices 16
AllegroGraph / 500 slices 16,16
AllegroGraph / 20 slices 18,26
Virtuoso / 500 slices 18,6
4store / 20 slices 23,53

@syphax-bouazzouni syphax-bouazzouni force-pushed the feature/migrate-to-virtuoso branch 2 times, most recently from d30be5b to 199f302 Compare October 26, 2023 19:56
@syphax-bouazzouni syphax-bouazzouni force-pushed the feature/migrate-to-virtuoso branch 12 times, most recently from 5b95e0f to 10a115b Compare October 29, 2023 20:13
@syphax-bouazzouni syphax-bouazzouni force-pushed the feature/migrate-to-virtuoso branch from 10a115b to 220bc76 Compare October 29, 2023 20:35
@syphax-bouazzouni syphax-bouazzouni changed the title Feature: Feature: Add Virtuso, Allegrograph and Graphdb integration to ontologies_api [WIP] Feature: Add Virtuso, Allegrograph and Graphdb integration to ontologies_api Oct 29, 2023
@syphax-bouazzouni syphax-bouazzouni force-pushed the development branch 11 times, most recently from 1a120b1 to be861eb Compare November 27, 2023 08:23
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2cabca4) 70.76% compared to head (28ae72f) 70.76%.

Additional details and impacted files
@@             Coverage Diff              @@
##           development      #54   +/-   ##
============================================
  Coverage        70.76%   70.76%           
============================================
  Files               65       65           
  Lines             3421     3421           
============================================
  Hits              2421     2421           
  Misses            1000     1000           
Flag Coverage Δ
unittests 70.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@syphax-bouazzouni syphax-bouazzouni force-pushed the feature/migrate-to-virtuoso branch from 325f48b to 28ae72f Compare January 30, 2024 11:31
@syphax-bouazzouni syphax-bouazzouni changed the title [WIP] Feature: Add Virtuso, Allegrograph and Graphdb integration to ontologies_api Feature: Add Virtuoso, Allegrograph and Graphdb integration to ontologies_api Jan 30, 2024
@syphax-bouazzouni syphax-bouazzouni merged commit 40b784f into development Jan 30, 2024
26 checks passed
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