Skip to content

knowledgepixels/vodex

Repository files navigation

Vodex

A vocabulary indexer.

Loading Vocabularies

Init Solr directory (might need sudo):

$ scripts/init-solr.sh

Start Solr (might need sudo):

$ docker compose up -d

Fetch with script (or download manually to /data):

$ scripts/fetch-source.sh VOCNAME

Transform to JSON:

$ scripts/make-json.sh VOCNAME

Create Solr DB core (might need sudo):

$ scripts/create-core.sh VOCNAME

Loading vocabulary to Solr:

$ scripts/load.sh VOCNAME

Try it out:

http://localhost:8983/solr/VOCNAME/query?q=label:a*

Dependencies

  • gnumeric
  • wget
  • unzip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published