Project Description

Goal of this project is to have a simple way to configure the collection of historical data in Rails active record models to render graphs.

My goal is to simply configure which fields/methods to watch, like:

record_time_series_for :users_count record_time_series_for physical_systems_count: proc { systems.physical.count }

and then render a graph showing the values over time like this:

area_chart subscription.time_series_for_chart(:physical_systems_count)

Example

Example from SCC

Resources:

Chartkick: https://chartkick.com/

Looking for hackers with the skills:

rails ruby rubygems timeseries

This project is part of:

Hack Week 22

Activity

  • over 1 year ago: hennevogel liked this project.
  • over 1 year ago: digitaltomm started this project.
  • over 1 year ago: digitaltomm added keyword "rails" to this project.
  • over 1 year ago: digitaltomm added keyword "ruby" to this project.
  • over 1 year ago: digitaltomm added keyword "rubygems" to this project.
  • over 1 year ago: digitaltomm added keyword "timeseries" to this project.
  • over 1 year ago: digitaltomm originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    This project is one of its kind!