Skip to content

safetymonkey/asq

Repository files navigation

ASQ: Automated SQL Queries

CircleCI Codecov Dependency Status License

Asq is a tool for the automated retrieval and delivery of datasets obtained via SQL query. Administrators manage a central set of database connections and authorized users may then use those connections to create monitors and reports. Monitors return results and go into alert only if certain criteria are met on the result set, whereas reports return results consistently. The queries can be run on individually set schedules and once a result set is returned those results can be delivered via email, FTP, or SFTP.

Dependencies

Asq is a Ruby on Rails application with the following pre-requisites:

  • Ruby 2.7.5 + the 'bundler' gem
  • Rails 5.2.6
  • Postgres 9

Getting Started

Check out our Getting Started guide

Contributing

If you make improvements to this application, please share with others.

  • Fork the project on GitHub.
  • Make your feature addition or bug fix.
  • Commit with Git.
  • Send the author a pull request.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.

Creators

Jon Grover

Greg HXC

Copyright and license

Code and documentation copyright 2011-2017 the authors. Orginally developed for Marchex, Inc. (Github). Code released under the MIT License.