Skip to content

bmake/gitSparql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
Mar 9, 2016
Feb 26, 2017
Mar 8, 2016
Mar 9, 2016
Mar 9, 2016

Repository files navigation

gitSparql

Update data in a Triple store based on data stored in a github repository.

How to use

  1. Open webhook.php to generate config.php with secret
  2. Create a new webhook
  3. Add payload url with parameters
  • secret: Secret as configured in application (config.php)
  • endpoint: Sparql Endpoint to update data
  • data: path to files with data (for multiple files use array, e.g. &data[]=FILE1&&data[]=FILE2
  • Example webhook.php?secret=XYZSDF&endpoint=http://fuseki/dataset/data?default&data[]=FILE1&data[]=FILE2

Hints

  • config.php is automatically generated at first start. It contains the automatic generated secret.
  • Remember to check permissions sudo chown www-data:www-data -R gitSparql/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages