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.
QMiner is developed in collaboration between AILab at Jozef Stefan Institute and Quintelligence.
Linux:
- npm install qminer
Windows (see NODE_ROOT
in prerequisites below):
- npm install qminer --nodedir=
NODE_ROOT
Prerequisites:
To build the module we need Python, node.js, npm. In addition, Windows builds require node.js source code and Visual Studio 2013 (details below).
- Python v2.7.3 is recommended. It was also tested on python 2.6. It doesn't work on python 3.
- Node v0-11-14: [http://blog.nodejs.org/2014/09/24/node-v0-11-14-unstable/]. On Windows install it using the msi file.
- npm: [https://www.npmjs.com/package/npm]. On Windows npm is installed with Node when using the msi file.
- Windows: Visual Studio 2013
- Windows: node.js source code. Download from: [https://github.com/joyent/node/archive/v0.11.14.zip] and extract the contents of the folder
node-0.11.14
toNODE_ROOT
.
For more detailed installation check the following instructions: