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

Two extra graph loading classes #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lfnothias
Copy link

@lfnothias lfnothias commented Jan 7, 2024

This will load all RDF ttl from a rdf folder found in all subfolders of the target directory with enpkg_rdf_subfolders.

This will load all RDF ttl from a RDF folder found in all subfolders of the target directory.
- enpkg_rdf_subfolders: this load all the .ttl files from each subfolder/rdf/ folder
- enpkg_merged_gz_file: this loads directly each ttl.gz files present in the target folder (using a temporary unzipped file).
- add a timer for the total graph loading.
@lfnothias
Copy link
Author

Two new target classes for graph loading:

  • enpkg_rdf_subfolders: this load all the .ttl files from each subfolder/rdf/ folder
  • enpkg_merged_gz_file: this loads directly each ttl.gz files present in the target folder (using a temporary unzipped file).

add a timer for the total graph loading.

It works well on my side

@lfnothias lfnothias changed the title Adding a RDF loading from a folder Two extra graph loading classes Jan 21, 2024
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