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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -