How would you build an audit log in Rails for a high-throughput API?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/rails

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • Rails Event Store

    A Ruby implementation of an Event Store based on Active Record

    If you need something actually structured, you could use an Event Store

  • Ahoy

    Simple, powerful, first-party analytics for Rails

    Ahoy may be worth a try https://github.com/ankane/ahoy

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • audit-trigger

    Simple, easily customised trigger-based auditing for PostgreSQL (Postgres). See also pgaudit.

    If that really won't do it for you, you can try to do something lower level using postgres triggers and functions. Take a look at https://github.com/2ndQuadrant/audit-trigger as a starting point.

  • Logidze

    Database changes log for Rails

    Have you considered https://github.com/palkan/logidze ?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts