Coder Social home page Coder Social logo

mining's Introduction

Open Mining

OpenMining

Build Status - Travis CI

image

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

$ git clone [email protected]:avelino/mining.git
$ cd mining
$ git submodule init
$ git submodule update

Run pip install on project requirements

$ pip install -r requirements.txt

Copy the sample ini file to mining.ini

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

Install it

$ python setup.py install

Install numexpr

$ pip install numexpr==2.3

Install javascript assets using Bower

$ cd mining/frontend
$ bower install

FAQ

If mongodb or redis-server problems

Install mongodb and redis-server, make sure it running

If "python setup.py install" returns "error: can't copy 'mining/mining.ini': doesn't exist or not a regular file"

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

Run

python manage.py runserver
python manage.py celery
python manage.py scheduler

Running Demo

python manage.py build_demo
python manage.py runserver

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

mining's People

Contributors

avelino avatar yuripiratello avatar thiagopadula avatar lerrua avatar yupbank avatar ikkebr avatar luizvital avatar waffle-iron avatar webmaven avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.