Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giovannicandido/audit-mq-collector
- Owner: giovannicandido
- License: apache-2.0
- Created: 2016-05-21T16:00:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T09:59:11.000Z (over 6 years ago)
- Last Synced: 2024-11-22T12:20:44.423Z (2 months ago)
- Topics: audit, java, security, security-tools, spring, spring-boot
- Language: Java
- Size: 436 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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