Aleph is a Redshift analytics platform that focuses on aggregating institutional data gathering know-how
By far the easiest way to get Aleph running is using Docker. If you don't have Docker installed and set up you can do so here.
With Docker:
docker run -p 3000:3000 lumos/aleph-demo
open http://$(docker-machine ip):3000
Without Docker (mac instructions in parenthesis):
- You must be using PostgreSQL 9.2beta3 or later client libraries (https://kkob.us/2014/12/20/homebrew-and-postgresql-9-4/)
- You must have Redis installed and running (
brew install redis && redis-server &
) gem install aleph_analytics && aleph playground