Invenio-RDM-Records

https://github.com/inveniosoftware/invenio-rdm-records/workflows/CI/badge.svg https://img.shields.io/github/tag/inveniosoftware/invenio-rdm-records.svg https://img.shields.io/pypi/dm/invenio-rdm-records.svg https://img.shields.io/github/license/inveniosoftware/invenio-rdm-records.svg

DataCite-based data model for Invenio.

Further documentation is available on https://invenio-rdm-records.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[<elasticsearch[5|6|7]>]
pipenv run pip install invenio-db[<[mysql|postgresql|]>,versioning]

Tests

pipenv run ./run-tests.sh

User’s Guide

This part of the documentation will show you how to get started in using Invenio-RDM-Records.

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.