adamnagel / qudt-for-domain-tools

Establishing consistent unit identities in a world of whirling chaos
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Populate fuseki database as a discrete step, then open as read-only for normal use #9

Closed adamnagel closed 11 years ago

adamnagel commented 11 years ago

build_ontologies.py should be extended to populate the fuseki database. After the ontology files are built, fuseki's database should be cleared, and then fuseki should be loaded in a mode that allows updates. The ontologies should then be loaded in, such that they are stored in fuseki's database store on disk. Then, the server should be closed.

For nominal use, fuseki should be started in read-only mode, loading this database. Thus, start.sh should be modified to reflect this.