The proposal of this app is allow write queries against a database and expose embeddable charts and json apis.
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.
- Copy
.env.sampleto.env.devwithcp env.sample env.developmentand configure it. - Install gems
bundle install - Install node stuff
yarn install - Run
foreman start -f Procfile.dev
- Access control as admin
- Access control as consumer
- Add more view options
- Save charts (query + view options)
- Dockerfile for deploy on Dokku/Heroku

