Invenio-Records

https://img.shields.io/github/license/inveniosoftware/invenio-records.svg https://img.shields.io/travis/inveniosoftware/invenio-records.svg https://img.shields.io/coveralls/inveniosoftware/invenio-records.svg https://img.shields.io/pypi/v/invenio-records.svg

Invenio-Records is a metadata storage module. A record is a JSON document with revision history identified by a unique UUID .

Features:

  • Generic JSON document storage with revision history.
  • JSONSchema validation of documents.
  • Records creation, update and deletion.
  • CLI and administration interface for CRUD operations on records.

Further documentation available Documentation: https://invenio-records.readthedocs.io/

User’s Guide

This part of the documentation will show you how to get started in using Invenio-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.