Skip to content

Module for managing audit data

License

Notifications You must be signed in to change notification settings

folio-org/mod-audit

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7539677 · Jan 10, 2025
Oct 23, 2024
Nov 18, 2024
Jan 10, 2025
Nov 13, 2024
Sep 4, 2020
Sep 6, 2018
Nov 16, 2023
Sep 6, 2018
Oct 8, 2020
Sep 6, 2018
Jun 19, 2023
Jun 19, 2023
Sep 6, 2018
Jan 10, 2025
Jan 16, 2021
Jan 19, 2023
May 16, 2023
Jan 10, 2025

Repository files navigation

mod-audit

Copyright (C) 2017-2023 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.