REST API for Invenio-Records.
To run the project:
Create a virtual environment and install the dependencies:
$ pyenv virtualenv records-rest
$ pyenv activate records-rest
$ pip install -e ".[all,opensearch2]"and run the tests
$ docker-compose up -d
$ ./run-tests.sh