History Tracking With Postgres

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • PaperTrail

    Track changes to your rails models

  • For a while we did this using the paper-trail gem. This was a very simple way to add a few lines of code to keep track of all of the changes made to an ActiveRecord model. But it came with one drawback. Every change to the data had to be done through ActiveRecord. There are often times when this makes an app vulnerable to a race condition. I’ll use a contrived example so as not to share any real code from our client’s app.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • historical data and "point in time" data modeling techniques, advice.

    1 project | /r/dataengineering | 28 Jun 2023
  • Best rails tools to automatically handle logging of things like all a user's actions, or changes to a record in a module - primarily for audit purposes.

    3 projects | /r/ruby | 9 Mar 2023
  • Inventory/Sales Management module built on a Rails app - what would be the best way to "version" updates made against an SKU.

    1 project | /r/rails | 27 Dec 2022
  • is there a gem for tracking adhoc rails console changes

    2 projects | /r/rails | 15 Dec 2022
  • What's your process to run ruby scripts on production?

    4 projects | /r/rails | 17 Mar 2022