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
QMiner is developed in collaboration between AILab at
Jozef Stefan Institute and Quintelligence.
Install
Prerequisites:
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
Thanks to Deleaker we find leaks in our project.