Skip to content

Idea Graph - Research paper innovation and contribution evolution representation knowledge graph development

License

Notifications You must be signed in to change notification settings

nipdep/idea-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea-graph

Idea Graph - Research paper innovation and contribution evolution representation knowledge graph development


Fuseki Graph DB setup

Ontology development related runs

docker run -p 3030:3030 hansidm/fuseki
docker run -p 3030:3030 -v $(pwd)/config.ttl:/usr/local/fuseki/config.ttl nipdep-fuseki:latest ./fuseki-server --config=/usr/local/fuseki/config.ttl
docker run -p 3030:3030 -v $(pwd)/config.ttl:/usr/local/fuseki/run/config.ttl nipdep-fuseki:latest

THis is what you should after you have finalized the ontology and all

docker build -t hansidm/nhanes-kg:latest -f docker/Dockerfile-kg .

then run

docker run --name nhanes-kg -p 3030:3030 -d hansidm/nhanes-kg:latest 

I have up a fuseki server and make tailscale to use that as a public service. to up

$ tailscale serve --service=svc:web-server --https=443 127.0.0.1:3030

to down the service

tailscale serve --service=svc:web-server --https=443 off

About

Idea Graph - Research paper innovation and contribution evolution representation knowledge graph development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published