{"id":13422071,"url":"https://github.com/mining/mining","last_synced_at":"2025-09-27T10:30:24.222Z","repository":{"id":13492245,"uuid":"16182770","full_name":"mining/mining","owner":"mining","description":"Business Intelligence (BI) in Python, OLAP","archived":true,"fork":false,"pushed_at":"2016-12-02T16:39:01.000Z","size":28304,"stargazers_count":1280,"open_issues_count":68,"forks_count":239,"subscribers_count":117,"default_branch":"master","last_synced_at":"2025-01-06T00:41:41.122Z","etag":null,"topics":["bi","business-intelligence","data-analytics","olap","olap-cube","python"],"latest_commit_sha":null,"homepage":"https://github.com/mining/mining","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mining.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-23T19:20:01.000Z","updated_at":"2025-01-01T08:06:38.000Z","dependencies_parsed_at":"2022-08-07T07:15:25.275Z","dependency_job_id":null,"html_url":"https://github.com/mining/mining","commit_stats":null,"previous_names":["avelino/mining"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mining%2Fmining","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mining%2Fmining/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mining%2Fmining/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mining%2Fmining/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mining","download_url":"https://codeload.github.com/mining/mining/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234425943,"owners_count":18830821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bi","business-intelligence","data-analytics","olap","olap-cube","python"],"created_at":"2024-07-30T23:00:36.532Z","updated_at":"2025-09-27T10:30:22.813Z","avatar_url":"https://github.com/mining.png","language":"Python","readme":"Open Mining\n===========\n\n.. image:: https://circleci.com/gh/mining/mining/tree/master.svg?style=svg\n    :target: https://circleci.com/gh/mining/mining/tree/master\n    :alt: Build Status - Circle CI\n\n.. image:: https://coveralls.io/repos/github/mining/mining/badge.svg?branch=master\n    :target: https://coveralls.io/github/mining/mining?branch=master\n\n.. image:: https://landscape.io/github/mining/mining/master/landscape.svg?style=flat\n   :target: https://landscape.io/github/mining/mining/master\n   :alt: Code Health\n\n\n.. image:: https://raw.githubusercontent.com/mining/frontend/master/assets/image/openmining.io.png\n    :alt: OpenMining\n\nBusiness Intelligence (BI) Application Server written in Python\n\n\nRequirements\n------------\n\n* Python 2.7 (Backend)\n* Lua 5.2 or LuaJIT 5.1 (OML backend)\n* MongoDB (Admin)\n* Redis (Queue and DataWarehouse)\n* Bower (Install frontend libs, NodeJS depends)\n\n\nInstall dependencies\n-------\n\n.. code:: bash\n    \n    $ sudo apt-get install mongodb-10gen redis-server nodejs nodejs-dev npm\n    $ npm install bower\n\n\nIf you use Mac OSX you can install all dependencies using `HomeBrew \u003chttp://brew.sh/\u003e`_.\n\n\nInstall Open Mining\n-------\n\n**Clone the repository**\n\n.. code:: bash\n\n    $ git clone git@github.com:mining/mining.git\n\n**Install python and bower dependencies using make command**\n\n.. code:: bash\n\n    $ make build\n\n**FAQ**\n\n**If mongodb or redis-server problems**\n\nInstall mongodb and redis-server, make sure it running\n\n\n**Supported databases**\n\nFor 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.\n\nSee the `SQLAlchemy documentation \u003chttp://docs.sqlalchemy.org/en/rel_0_9/core/engines.html\u003e`_ for more info about drivers and connection strings.\n\n\nRun\n---\n\n.. code:: bash\n\n    python manage.py runserver\n    python manage.py celery\n    python manage.py scheduler\n\n\nRunning Demo\n------------\n\nMake sure runserver still running when run 'build_demo' command.\n\n.. code:: bash\n\n    python manage.py runserver\n    python manage.py build_demo\n\n\nAnd now you can login with: username 'admin' and password 'admin'.\n\nScreenshots\n-----------\n\n**Dashboard OpenMining**\n\n.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/dashboard-openmining_new.png\n    :alt: Dashboard OpenMining\n\n**Dashboard Charts OpenMining**\n\n.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/charts-openmining_new.png\n    :alt: Dashboard Charts OpenMining\n\n**Dashboard Charts OpenMining**\n\n.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/charts2-openmining_new.png\n    :alt: Dashboard Charts OpenMining\n\n**Dashboard Widgets OpenMining**\n\n.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/widgets-openmining_new.png\n    :alt: Dashboard Widgets OpenMining\n\n\n**Late Scheduler and running Cubes OpenMining**\n\n.. image:: https://raw.github.com/mining/mining/master/docs/docs/img/late-scheduler-openmining_new.png\n    :alt: Late Scheduler and running Cubes OpenMining\n\n\nContribute\n----------\n\nJoin us on IRC at **#openmining** on freenode (`web access \u003chttp://webchat.freenode.net/?channels=openmining\u003e`_).\n\n\nCredits\n-------\n\nAuthors: `Avelino \u003chttps://github.com/avelino/\u003e`_ and `UP! Essência \u003chttp://www.upessencia.com.br/\u003e`_\n\nMany thanks to all the contributors!\n\n\nLicense\n-------\n\nLicensed under the MIT license (see the (`LICENSE file \u003chttps://github.com/mining/mining/blob/master/LICENSE\u003e`_).\n","funding_links":[],"categories":["Data Analysis","Python","资源列表","科学计算和数据分析","Data Analysis [🔝](#readme)","Science and Data Analysis","Awesome Python","Uncategorized"],"sub_categories":["科学计算和数据分析","General-Purpose Machine Learning","Data Analysis","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmining%2Fmining","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmining%2Fmining","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmining%2Fmining/lists"}