QMiner
QMiner is an analytics platform for large-scale real-time streams containing structured and
unstructured data. It is designed to for scaling to millions of instances on high-end commodity
hardware, providing efficient storage, retrieval and analytics mechanisms with real-time response.
Main project homepage
Mailing list
Install
Prerequisites:
- Python v2.7.3 (recommended)
- It was also tested on python 2.6
- Does not work on python 3
- Node v0-12-0
- Windows: install it using the msi file
- npm
- Windows: npm is installed with Node when using the msi file.
- Windows: Visual Studio 2013
Install:
npm install qminer
Test:
npm install mocha -g
cd node_modules/qminer/test/nodejs
mocha *.js
Install for developers:
git clone https://github.com/qminer/qminer.git
cd qminer
npm install
For debug build use: npm install --debug
Run tests for developers:
npm install mocha -g
cd test/nodejs
mocha *.js
For more detailed installation check the following instructions:
Documentation
Acknowledgments
QMiner is developed by AILab at
Jozef Stefan Institute, Quintelligence and other contributors.
Parts of the library were developed under XLike FP7 project.
Thanks to Deleaker for supporting open-source projects.