Skip to content

jethrotan/qminer

 
 

Repository files navigation

QMiner Build 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

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.

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++ 57.0%
  • JavaScript 22.4%
  • HTML 18.8%
  • CSS 1.4%
  • Python 0.2%
  • Shell 0.1%
  • Other 0.1%