Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
invenio-records-marc21
Advanced tools
.. Copyright (C) 2021-2024 Graz University of Technology.
Invenio-Records-Marc21 is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-records-marc21.svg :target: https://github.com/tu-graz-library/invenio-records-marc21/blob/master/LICENSE
.. image:: https://github.com/tu-graz-library/invenio-records-marc21/workflows/CI/badge.svg :target: https://github.com/tu-graz-library/invenio-records-marc21/actions
.. image:: https://img.shields.io/coveralls/tu-graz-library/invenio-records-marc21.svg :target: https://coveralls.io/r/tu-graz-library/invenio-records-marc21
.. image:: https://img.shields.io/pypi/v/invenio-records-marc21.svg :target: https://pypi.org/pypi/invenio-records-marc21
Marc21 datamodel
Further documentation is available on https://invenio-records-marc21.readthedocs.io/
Choose a version of elasticsearch and a DB, then run:
.. code-block:: console
pipenv run pip install -e .[all]
pipenv run pip install invenio-search[elasticsearch7]
pipenv run pip install invenio-db[postgresql,versioning]
To enable and configure the statistics feature using MARC21 records in Invenio, you need to update your invenio.cfg
file with specific configurations that integrate MARC21 statistics with Invenio's standard statistics modules.
Import Required Configurations:
Before updating the configuration values, ensure that you import the necessary settings from both the invenio_records_marc21
module and the invenio_app_rdm
module. Add the following lines to your invenio.cfg
:
.. code-block:: console
from invenio_records_marc21.config import MARC21_STATS_CELERY_TASKS, MARC21_STATS_EVENTS, MARC21_STATS_AGGREGATIONS, MARC21_STATS_QUERIES
from invenio_app_rdm.config import CELERY_BEAT_SCHEDULE, STATS_EVENTS, STATS_AGGREGATIONS, STATS_QUERIES
Update Celery Beat Schedule:
Integrate MARC21-specific scheduled tasks with Invenio's scheduler:
.. code-block:: console
CELERY_BEAT_SCHEDULE.update(MARC21_STATS_CELERY_TASKS)
Update Events, Aggregations, and Queries:
Merge MARC21 statistics configurations with the global statistics settings:
.. code-block:: console
STATS_EVENTS.update(MARC21_STATS_EVENTS)
STATS_AGGREGATIONS.update(MARC21_STATS_AGGREGATIONS)
STATS_QUERIES.update(MARC21_STATS_QUERIES)
.. code-block:: console
pipenv run ./run-tests.sh
.. Copyright (C) 2021 Graz University of Technology.
Invenio-Records-Marc21 is free software; you can redistribute it and/or
modify it under the terms of the MIT License; see LICENSE file for more
details.
Version v0.22.2 (release 2024-10-31)
Version v0.22.1 (release 2024-10-26)
Version v0.22.0 (release 2024-10-26)
Version v0.21.2 (release 2024-06-13)
Version v0.21.1 (release 2024-05-19)
Version v0.21.0 (release 2024-05-06)
Version v0.20.0 (release 2024-03-08)
Version v0.19.1 (release 2024-02-19)
Version v0.19.0 (release 2024-02-19)
Version v0.18.0 (release 2024-02-14)
Version v0.17.3 (release 2024-01-11)
Version v0.17.2 (release 2024-01-07)
Version v0.17.1 (release 2023-12-01)
Version v0.17.0 (release 2023-11-09)
Version v0.16.1 (release 2023-09-14)
Version v0.16.0 (release 2023-09-14)
Version v0.15.0 (release 2023-09-12)
Version v0.14.2 (release 2023-06-16)
Version v0.14.1 (release 2023-06-07)
Version v0.14.0 (release 2023-06-07)
Version v0.13.2 (release 2023-06-05)
Version v0.13.1 (release 2023-06-01)
Version v0.13.0 (release 2023-05-25)
Version v0.12.7 (release 2023-05-12)
Version v0.12.6 (release 2023-05-11)
Version v0.12.5 (release 2023-05-11)
Version v0.12.4 (release 2023-05-10)
Version v0.12.3 (release 2023-04-28)
Version v0.12.2 (release 2023-04-25)
Version v0.12.1 (release 2023-04-20)
Version v0.11.0 (release 2023-03-06)
Version v0.10.0 (release 2023-02-13)
Version v0.9.2 (release 2023-02-09)
Version v0.9.1 (release 2023-01-23)
Version v0.9.0 (release 2023-01-11)
Version v0.8.4 (release 2022-11-17)
Version v0.8.3 (release 2022-11-02)
Version v0.8.2 (release 2022-10-14)
Version v0.8.1 (release 2022-10-14)
Version v0.8.0 (release 2022-10-14)
Version v0.7.5 (release 2022-09-27)
Version v0.7.4 (release 2022-09-27)
Version v0.7.3 (release 2022-08-10)
Version v0.7.2 (release 2022-08-10)
Version v0.7.1 (release 2022-08-09)
Version v0.7.0 (release 2022-08-04)
Version v0.6.0 (release 2022-08-01)
Version v0.5.2 (release 2022-07-29)
Version v0.5.1 (release 2022-07-07)
Version 0.0.1 (released TBD)
FAQs
"Invenio Marc21 datamodel."
We found that invenio-records-marc21 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.