Skip to content

quintelligence/qminer

 
 

Repository files navigation

QMiner Build StatusBuild status

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.

About

Analytic platform for real-time large-scale streams containing structured and unstructured data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 53.9%
  • JavaScript 24.3%
  • HTML 20.5%
  • CSS 1.0%
  • Python 0.2%
  • C 0.1%