Skip to content

GEO Knowledge Hub RDM Records (Based on Invenio RDM Records)

License

Notifications You must be signed in to change notification settings

geo-knowledge-hub/geo-rdm-records

Repository files navigation

GEO RDM Records

Software Life Cycle Join us at Discord

DataCite-based data model for GEO Knowledge Hub flavour.

Development

Install

Install the package with the docs, elasticsearch, and a database dependencies:

pip install -e .[docs, <[mysql|postgresql|sqlite]>, elasticsearch7]

Tests

After installing the package and its dependencies, if you want to test the code, install the tests dependencies:

pip install -e .[tests]

Now, you can run the tests:

./run-tests.sh