Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinmarc/impala-herd
An example app using impala-ruby
https://github.com/colinmarc/impala-herd
Last synced: 24 days ago
JSON representation
An example app using impala-ruby
- Host: GitHub
- URL: https://github.com/colinmarc/impala-herd
- Owner: colinmarc
- Created: 2013-01-26T07:59:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T21:24:45.000Z (almost 12 years ago)
- Last Synced: 2023-03-21T05:33:34.492Z (over 1 year ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# impala-herd
This is an example app to show off impala-ruby. It's a productivity tool that lets you run queries through the interface, save the results, and share them.
If you want to run it, you'll need an Impala server and a MongoDB server both running.
To set it up, first clone the repository. Then edit this section in `app.rb`:
configure do
set :impala_host, 'virtualbox'
set :impala_port, 21000set :mongodb_host, 'localhost'
set :mongodb_port, 27017
endto point to the right hosts/ports. Then just run `ruby app.rb`.