php - Java Web platform for data analysis -
i working on data analytics project , built website laravel (php).
however, required :
- analyze massive amount of data database
- keep lot of in-memory objects
- 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
Post a Comment