gridgain / gridgain-old

268 stars 85 forks source link

Math, ML, Linear Algebra and Big Data Analytics #66

Open sirinath opened 10 years ago

sirinath commented 10 years ago

Hi,

Is it possible to add math, ML and linear algebra computations to GG. Also this can be the basis of Big Data Analytics in GG. Also can be the basis for Quantitative modeling for such finance clients.

Suminda

sirinath commented 10 years ago

You could integrate existing systems like https://mahout.apache.org/, http://0xdata.com/, etc.

nicoulaj commented 10 years ago

-1

IMHO this is out of scope for Gridgain. Gridgain is about distributing tasks/jobs in memory accross nodes, which is a hard enough goal by itself, and there is still a lot to do in this field. Software that works best is software that does one task, and does it well.

Gridgain has SPIs for almost everything, this is the way to go if you need to integrate with other products.

Just my 2 cents, regards.

sirinath commented 10 years ago

If you look at the application areas for grid computations this is very much a valid area. If this is in place there is reinventing the wheel on the part of each user.

This can be used in Big Data Analytics, Finance, Business Intelligence, gaming, etc.

Also since Hadoop integration is in place this is the next logical step.