Project

patrol

0.0
No commit activity in last 3 years
No release in over 3 years
patrol through your DB to ckeck data correctness
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0
 Project Readme

Patrol

Patrol is a simple data report generator. Based on a set of queries, Patrol launch these queries and send the result through emails.

Use cases

  • receive a report about amount failed orders
  • receive a report about users without user description
  • receive a report about failed order transactions

Getting started

gem 'patrol'

Configuration

here

Launch

rake patrol:go

Todo

  • rescue no config file found. Add a nice message saying the config file is not created and create the file automatically
  • the default config file should contain a default
  • add a comment in readme: how to set up patrol to run regularly