nareike / adhs

Ad-hoc light weight SPARQL endpoint from a file, using Python Flask and RDFlib
MIT License
15 stars 7 forks source link

auto-reload on file change #13

Open seebi opened 9 years ago

seebi commented 9 years ago

One use-case of adhs for me is quick and dirty testing of ontologies as well as writing sparql tests for sqt.

After finding issues in my files I would like to see an auto-reload in change so that adhs always serves the newest content instead of forcing me to kill and start it again and again.