Skip to content

kefo/demo-vocab-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Vocab Services

Rough, Basic Installation

General idea

  • Download Blazegraph and initialize
  • Create Node environment
  • Clone repo
  • Install node packages
  • Fetch and prep source data
  • Load data
  • Run

Download Blazegraph and initialize Follow the instructions here: https://www.blazegraph.com/download/

Install environment and activate

nodeenv vsenv
cd vsenv/
. bin/activate

Clone repo and install packages

git clone https://github.com/kefo/demo-vocab-services.git
cd demo-vocab-services/
npm install

Fetch source data, prep, and load

mkdir source-data
cd source-data/
curl http://vocab.getty.edu/dataset/ulan/full.zip > ulan.zip

You can try

unzip ulan.zip

but on a MAC I had to unpack it with the Archive Utility.

cd ..
cd initialize
./extract-ulan-triples.sh
./load-gb.sh
cd ..

Run

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published