ljdawn / mining

Business Intelligence (BI) in Python (Pandas web interface)

Home Page:http://openmining.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Stories in Ready'

Open Mining

OpenMining

Build Status - Travis CI

Business Intelligence (BI) Application Server written in Python

Contribute

Join us on IRC at #openmining on freenode (web access).

Requirements

  • MongoDB (Admin)
  • Redis (Queue and DataWarehouse)
  • Bower (Install frontend libs, NodeJS depends)

Install dependencies

$ sudo apt-get install mongodb-10gen redis-server nodejs nodejs-dev npm
$ npm install bower

If you use Mac OSX you can install all dependencies using HomeBrew.

Install Open Mining

Clone the repository and install it

$ git clone git@github.com:avelino/mining.git
$ cd mining
$ git submodule update
$ python setup.py install

Run pip install on project requirements

$ pip install -r requirements.txt

Install numexpr

$ pip install numexpr==2.3

Copy the sample ini file to mining.ini

$ cp mining/mining.sample.ini mining/mining.ini

Install javascript assets using Bower

$ mining/frontend
$ bower install

FAQ

If mongodb or redis-server problems

Install mongodb and redis-server, make sure it running

If "python manage.py runserver" returns "ConfigParser.NoSectionError: No section: 'mongodb'"

copy mining/mining.sample.ini to mining/mining.ini

Run

python manage.py runserver
python mining/bin/scheduler.py
rqworker

Running Demo

python mining/bin/demo/build_admin.py

And now you can login with: username 'admin' and password 'admin'.

Screenshot

Dashboard OpenMining

Dashboard OpenMining

Dashboard Charts OpenMining

Dashboard Charts OpenMining

Dashboard Charts OpenMining

Dashboard Charts OpenMining

Dashboard Widgets OpenMining

Dashboard Widgets OpenMining

Late Scheduler and running Cubes OpenMining

Late Scheduler and running Cubes OpenMining

Sponsor

About

Business Intelligence (BI) in Python (Pandas web interface)

http://openmining.io

License:MIT License


Languages

Language:CSS 46.9%Language:JavaScript 36.5%Language:Python 16.3%Language:Shell 0.2%Language:Makefile 0.2%