php - Java Web platform for data analysis -


i working on data analytics project , built website laravel (php).

however, required :

  1. analyze massive amount of data database
  2. keep lot of in-memory objects
  3. have system running 24/7 analyzing , processing data

i don't believe php best suited task , thinking of using java instead ( use api process data , return results website viewing). have run on server.

these types of data analysis need :

retrieve 10,000 plus records mysql , hold. analyze data patterns. build models data. analyze graphs

i have never used java services/frameworks online , wondering best suited task. came across :

spring

jersey

you try combine apache storm + spring framework resolve problem. working on similar project yours.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -