8000 GitHub - amount/oculus: Oculus is a social SQL client for business intelligence.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amount/oculus

 
 

Repository files navigation

we might want to look at adding this:

https://github.com/jsmestad/sinatra_warden

Oculus

The Oculus of the Pantheon

Build Status Dependency Status

Oculus is a web-based logging SQL client. It keeps a history of your queries and the results they returned, so your research is always at hand, easy to share and easy to repeat or reproduce in the future.

Oculus will not prevent you from doing stupid things! I recommend using a readonly SQL account.

Installation

$ gem install oculus
$ gem install mysql2 # to enable MySQL support
$ gem install pg     # to enable Postgres support

Usage

Oculus is a Sinatra app. Run it from the command line, or mount Oculus::Server as middleware in your Rack application (recommended). For more information on mounting Oculus as middleware, see the wiki: Running with Rack.

For details on command line options, run:

oculus --help

Contributing

  1. Fork it
  2. Run rake db:test:populate
  3. Make your changes
  4. Run tests (rake)
  5. Send me a pull request

If you're making a big change, please open an Issue first, so we can discuss.

About

Oculus is a social SQL client for business intelligence.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 77.5%
  • CSS 13.2%
  • JavaScript 9.3%
0