Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giovannicandido/audit-mq-collector

Collector module for audit project
https://github.com/giovannicandido/audit-mq-collector

audit java security security-tools spring spring-boot

Last synced: 7 days ago
JSON representation

Collector module for audit project

Awesome Lists containing this project

README

        

# About

Audit Message Queue Collector

This component collects AuditEvent messages in the queue and stores it on the database

This component when deployed will version the database and creates all necessary tables. However You don't need to worry about
concurrent access, tanks to [FlywayDB] migration project.

It aim to be robust. For that reason, in cases where the database if off, it keeps the messages in the queue, sleep
and try again later.

For more information see the [docs](./docs/index.md)

[FlywayDB]:http://flywaydb.org