All Projects → mining → Mining

mining / Mining

Licence: mit
Business Intelligence (BI) in Python, OLAP

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mining

OLAP-cube
is an hypercube of data
Stars: ✭ 23 (-97.96%)
Mutual labels:  business-intelligence, olap
datart
Datart is a next generation Data Visualization Open Platform
Stars: ✭ 1,042 (-7.62%)
Mutual labels:  business-intelligence, data-analytics
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (+3679.61%)
Mutual labels:  business-intelligence, data-analytics
prosto
Prosto is a data processing toolkit radically changing how data is processed by heavily relying on functions and operations with functions - an alternative to map-reduce and join-groupby
Stars: ✭ 54 (-95.21%)
Mutual labels:  business-intelligence, olap
Insights
Open Source Self-Hosted Business Intelligence Platform
Stars: ✭ 917 (-18.71%)
Mutual labels:  business-intelligence, data-analytics
lightdash
An open source alternative to Looker built using dbt. Made for analysts ❤️
Stars: ✭ 1,082 (-4.08%)
Mutual labels:  business-intelligence, data-analytics
Cboard
An easy to use, self-service open BI reporting and BI dashboard platform.
Stars: ✭ 2,795 (+147.78%)
Mutual labels:  business-intelligence, olap
Guitar
A Simple and Efficient Distributed Multidimensional BI Analysis Engine.
Stars: ✭ 86 (-92.38%)
Mutual labels:  business-intelligence, olap
tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool.
Stars: ✭ 219 (-80.59%)
Mutual labels:  business-intelligence, data-analytics
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (-73.67%)
Mutual labels:  business-intelligence, data-analytics
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+2276.15%)
Mutual labels:  business-intelligence
Awesome Graph
A curated list of resources for graph databases and graph computing tools
Stars: ✭ 717 (-36.44%)
Mutual labels:  olap
Skyalt
Accessible database and analytics. Organize and learn from data without engineers.
Stars: ✭ 40 (-96.45%)
Mutual labels:  business-intelligence
Nsdb
Natural Series Database
Stars: ✭ 49 (-95.66%)
Mutual labels:  data-analytics
Data Science Career
Career Resources for Data Science, Machine Learning, Big Data and Business Analytics Career Repository
Stars: ✭ 630 (-44.15%)
Mutual labels:  business-intelligence
Dataconfs
A list of conferences connected with data worldwide.
Stars: ✭ 36 (-96.81%)
Mutual labels:  business-intelligence
Datasheets
Read data from, write data to, and modify the formatting of Google Sheets
Stars: ✭ 593 (-47.43%)
Mutual labels:  data-analytics
Ananas Desktop
A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand.
Stars: ✭ 551 (-51.15%)
Mutual labels:  business-intelligence
Data Science With Ruby
Practical Data Science with Ruby based tools.
Stars: ✭ 549 (-51.33%)
Mutual labels:  data-analytics
Bideveloperextensions
A Visual Studio extension that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDT).
Stars: ✭ 55 (-95.12%)
Mutual labels:  business-intelligence

Open Mining

.. image:: https://circleci.com/gh/mining/mining/tree/master.svg?style=svg :target: https://circleci.com/gh/mining/mining/tree/master :alt: Build Status - Circle CI

.. image:: https://coveralls.io/repos/github/mining/mining/badge.svg?branch=master :target: https://coveralls.io/github/mining/mining?branch=master

.. image:: https://landscape.io/github/mining/mining/master/landscape.svg?style=flat :target: https://landscape.io/github/mining/mining/master :alt: Code Health

.. image:: https://raw.githubusercontent.com/mining/frontend/master/assets/image/openmining.io.png :alt: OpenMining

Business Intelligence (BI) Application Server written in Python

Requirements

  • Python 2.7 (Backend)
  • Lua 5.2 or LuaJIT 5.1 (OML backend)
  • MongoDB (Admin)
  • Redis (Queue and DataWarehouse)
  • Bower (Install frontend libs, NodeJS depends)

Install dependencies

.. code:: bash

$ 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 <http://brew.sh/>_.

Install Open Mining

Clone the repository

.. code:: bash

$ git clone [email protected]:mining/mining.git

Install python and bower dependencies using make command

.. code:: bash

$ make build

FAQ

If mongodb or redis-server problems

Install mongodb and redis-server, make sure it running

Supported databases

For example, to connect to a PostgreSQL database make sure you install a driver like psycopg2. OpenMining supports all databases that the underlying ORM SQLAlchemy supports.

See the SQLAlchemy documentation <http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html>_ for more info about drivers and connection strings.

Run

.. code:: bash

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

Running Demo

Make sure runserver still running when run 'build_demo' command.

.. code:: bash

python manage.py runserver
python manage.py build_demo

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

Screenshots

Dashboard OpenMining

.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/dashboard-openmining_new.png :alt: Dashboard OpenMining

Dashboard Charts OpenMining

.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/charts-openmining_new.png :alt: Dashboard Charts OpenMining

Dashboard Charts OpenMining

.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/charts2-openmining_new.png :alt: Dashboard Charts OpenMining

Dashboard Widgets OpenMining

.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/widgets-openmining_new.png :alt: Dashboard Widgets OpenMining

Late Scheduler and running Cubes OpenMining

.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/late-scheduler-openmining_new.png :alt: Late Scheduler and running Cubes OpenMining

Contribute

Join us on IRC at #openmining on freenode (web access <http://webchat.freenode.net/?channels=openmining>_).

Credits

Authors: Avelino <https://github.com/avelino/>_ and UP! Essência <http://www.upessencia.com.br/>_

Many thanks to all the contributors!

License

Licensed under the MIT license (see the (LICENSE file <https://github.com/mining/mining/blob/master/LICENSE>_).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].