Invenio-Records-Marc21¶
Marc21 datamodel
Further documentation is available on https://invenio-records-marc21.readthedocs.io/
Development¶
Install¶
Choose a version of elasticsearch and a DB, then run:
pipenv run pip install -e .[all]
pipenv run pip install invenio-search[elasticsearch7]
pipenv run pip install invenio-db[postgresql,versioning]
Service¶
** Create Marc21 Record**
Tests¶
pipenv run ./run-tests.sh
User’s Guide¶
This part of the documentation will show you how to get started in using Invenio-Records-Marc21.
API Reference¶
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Additional Notes¶
Notes on how to contribute, legal information and changes are here for the interested.