Audit-trigger Alternatives
Similar projects and alternatives to audit-trigger
-
yugabyte-db
YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
-
-
audit-trigger
Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
audit-trigger discussion
audit-trigger reviews and mentions
-
Postgres Auditing in 150 lines of SQL
I've been using my own audit trigger for 3 years now.
https://github.com/cmabastar/audit-trigger
It uses the old and tested http://wiki.postgresql.org/wiki/Audit_trigger_91plus
but with JSONB instead of HSTORE, and automatically creates partitioned tables by month (Requires PG11+).
Stats
cmabastar/audit-trigger is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of audit-trigger is PLpgSQL.