Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

ceritium/ohmychart

Repository files navigation

README

Build Status Dependency Status

The proposal of this app is allow write queries against a database and expose embeddable charts and json apis.

screenshot1 screenshot2

Warning

ohmychart run all the queries in a transaction with auto rollback, but anyway I strongly recommend use a read-only user to connect to the database.

Usage

  • Copy .env.sample to .env.dev with cp env.sample env.development and configure it.
  • Install gems bundle install
  • Install node stuff yarn install
  • Run foreman start -f Procfile.dev

TODO

  • Access control as admin
  • Access control as consumer
  • Add more view options
  • Save charts (query + view options)
  • Dockerfile for deploy on Dokku/Heroku

About

Allow write queries against a database and expose embeddable charts and json apis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published