weso / hercules-sync

Tools to synchronise data between the ontology files and Wikibase instance for the Hercules project at University of Murcia.
GNU General Public License v3.0
4 stars 1 forks source link

Add batch operations #61

Closed alejgh closed 4 years ago

alejgh commented 4 years ago

Closes #41.

We have added a new way to perform operations more efficiently with Wikibase. The following features were added:

This will unlock the start of #60, where we can illustrate with a visual approach the improvements that have been made.

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into develop will decrease coverage by 0.06%. The diff coverage is 99.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #61      +/-   ##
===========================================
- Coverage    98.08%   98.03%   -0.05%     
===========================================
  Files           15       15              
  Lines          728      760      +32     
===========================================
+ Hits           714      745      +31     
- Misses          14       15       +1     
Impacted Files Coverage Δ
hercules_sync/synchronization/algorithms.py 100.00% <ø> (ø)
hercules_sync/synchronization/operations.py 98.08% <96.78%> (-1.92%) :arrow_down:
hercules_sync/synchronization/__init__.py 100.00% <100.00%> (ø)
hercules_sync/triplestore/triple_info.py 99.39% <100.00%> (+0.02%) :arrow_up:
hercules_sync/triplestore/wikibase_adapter.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a583f55...f89aba8. Read the comment docs.