Skip to main content

VIVO harvester

Project description

VIVOHarvester

Installation

pip install VIVOHarvester

or

git clone git@github.com:VTUL/VIVOHarvester.git
python setup.py install

Usage:

  • Harvest data from Elements (Default)
vivotool -f local.yml -t harvest -d 0
  • Harvest data from Elements a day ago (Current time -1 day)
vivotool -f local.yml -t harvest -d 1
  • Import RDF data into a VIVO instance
vivotool -f local.yml -t ingest
  • Fetch user_map.csv
vivotool -f local.yml -t getuser

or

vivotool -f local.yml -t getuser -o yourpath/yourfilename

Database creation

  • Create require database
vivotool -f local.yml -t db

Upgrade to newer version

pip uninstall VIVOHarvester
pip install VIVOHarvester==0.1.2 (e.g.)

Testing

py.test --cov=vivotool test/
coverage report -m
coverage report

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VIVOHarvester-0.2.2.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

VIVOHarvester-0.2.2-py3-none-any.whl (42.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page