Skip to content

Module for managing audit data

License

Notifications You must be signed in to change notification settings

folio-org/mod-audit

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Aug 23, 2021
Jul 8, 2022
Jun 10, 2022
Sep 4, 2020
Sep 6, 2018
Oct 12, 2020
Sep 6, 2018
Oct 8, 2020
Sep 6, 2018
Oct 8, 2020
Jan 18, 2022
Sep 6, 2018
Jul 8, 2022
Jan 16, 2021
Oct 12, 2020
Jan 18, 2022
Jul 8, 2022

Repository files navigation

mod-audit

Copyright (C) 2017-2022 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

The mod-audit module provides API to access and modify audit data.

Permissions

Additional information

Other documentation

Other modules are described, with further FOLIO Developer documentation at dev.folio.org

Issue tracker

See project MODAUDIT at the FOLIO issue tracker.

Quick start

Compile with mvn clean install

Run the local stand-alone instance:

java -jar target/mod-audit-fat.jar -Dhttp.port=8085 embed_postgres=true

API documentation

This module's API documentation.

The local API docs are available, for example:

http://localhost:8081/apidocs/?raml=raml/audit-data.raml
etc.

Code analysis

SonarQube analysis.

Download and configuration

The built artifacts for this module are available. See configuration for repository access, and the Docker image.