You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Right now this board is the only reason to setup NodeJS/Mongo/Cube, so no reason to use for me right now. But in case of differ solution - i would glad to use it :)
The text was updated successfully, but these errors were encountered:
Cube depends on NodeJS and Mongo to works, and ResqueBoard depends on Cube.
Cube is a really great tool for computing metrics, a lot of metrics, and in realtime.
All realtime events are handled by NodeJS, and the Mongo is a very fast and scalable database.
There's no way to move away from NodeJS, or your server will take a hit with the big number of request/min.
"big data" storage are needed to store the hundred of events per minute. Mongo is already the most accessible and easy to use storage.
With 1 million jobs, my database is now around 12Gb. There's simply no way other classic storage engine can handle that, in realtime.
Right now this board is the only reason to setup NodeJS/Mongo/Cube, so no reason to use for me right now. But in case of differ solution - i would glad to use it :)
The text was updated successfully, but these errors were encountered: