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

Commits on Jan 7, 2024

  1. Adding a RDF loading from a folder

    This will load all RDF ttl from a RDF folder found in all subfolders of the target directory.
    lfnothias committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    0319eac View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Now using enpkg_rdf_subfolders and enpkg_merged_gz_files

    - 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 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    99007d5 View commit details
    Browse the repository at this point in the history