Skip to content

The package is responsible for downloading resources from the OAI-PMH server.

License

Notifications You must be signed in to change notification settings

Semtexcz/oarepo-oai-pmh-harvester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invenio-NUSL-OAI-PMH Harvester

image

image

image

image

Quickstart

Run the following commands to bootstrap your environment :

TODO: doplnit

Once you have installed your DBMS, run the following to create your app's database tables and perform the initial migration :

invenio db init create
invenio alembic upgrade heads
invenio run

If you already have database installed follow next procedure, for more information please see Invenio-DB documentation (https://invenio-db.readthedocs.io/en/latest/alembic.html) :

invenio alembic stamp
invenio alembic revision "Create invenio_nusl_oai_pmh_harvester branch." -b invenio_nusl_oai_pmh_harvester -p dbdbc1b19cf2 --empty
invenio alembic upgrade heads
invenio alembic revision "Create tables"  -b invenio_nusl_oai_pmh_harvester
invenio alembic upgrade heads

Python Usage

About

The package is responsible for downloading resources from the OAI-PMH server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%