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

REL-1197: Rdf export/import from neo4j #3890

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

vbyndych
Copy link
Contributor

@vbyndych vbyndych commented Sep 25, 2023

Goal

Rdf export/import from neo4j

Changelog

  • feat: ontology import/export for neo4j.

How to test / use

  1. Install / Update platform
  2. Migrate data to Neo4J
  3. Change one of RDFs
  4. Create Sync Ontology migration and run it

Dependency

@vbyndych vbyndych force-pushed the feat/REL-1197/rdf-import-export-neo4j branch from 741be91 to dee056f Compare September 29, 2023 15:10
@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (f91ee40) 27.58% compared to head (1354923) 27.55%.
Report is 18 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3890      +/-   ##
=============================================
- Coverage      27.58%   27.55%   -0.03%     
+ Complexity     10978    10976       -2     
=============================================
  Files            922      922              
  Lines          33919    33914       -5     
=============================================
- Hits            9355     9345      -10     
- Misses         24564    24569       +5     
Files Coverage Δ
helpers/data/class.GenerisAdapterRdf.php 0.00% <0.00%> (ø)

... and 5 files with indirect coverage changes

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

@vbyndych vbyndych force-pushed the feat/REL-1197/rdf-import-export-neo4j branch from dee056f to c44c7f6 Compare September 29, 2023 15:17
@vbyndych vbyndych force-pushed the feat/REL-1197/rdf-import-export-neo4j branch from c44c7f6 to 1354923 Compare September 29, 2023 15:19
Copy link
Contributor

@yaraslau-kavaliou yaraslau-kavaliou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!
Checked locally:

  1. syncModels command for sql database works as expected
  2. syncModels command for neo4j database works as expected
  3. Exports of a test to rds format are equal for sql and neo4j databases

scripts/tools/MigrateSqlToNeo4j.php Outdated Show resolved Hide resolved
@github-actions
Copy link

Version

Target Version 53.9.0
Last version 53.8.0

There are 0 BREAKING CHANGE, 1 feature, 0 fix

@vbyndych vbyndych merged commit cb4bb0c into develop Oct 20, 2023
4 checks passed
@vbyndych vbyndych deleted the feat/REL-1197/rdf-import-export-neo4j branch October 20, 2023 14:43
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.

4 participants