Skip to content

lmarchau/graphdb-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This project contains an uploader dedicated to GraphDB.

With this you could:

  • upload all files into a directory into the default graphDb repository

  • upload recusively a directory into the default graphDB repository

Usage

Options

  • --url URL: required, contains GraphDb http url without endpoint

  • --dir DIR: required, define local directory containing data files

  • --tmp TMPDIR: if present, program split and copy all DIR files TMPDIR, load them and remove TMPDIR at the end (without error)

Exec example:

./main.py --url http://localhost:7200 --dir /home/luc/Documents/datas/externals/showroom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages