Hello All! I would like to get some feedbacks about the problem I found.
I really appreciate if any comments!
I've made several side projects and dashboard. Normally Google Analytics is enough for just watching metrics such as DAU/MAU, but always I need personalized dashboard to investigate more.
For some small datas, sending query to database, get datas and display the results is ok ( although it is annoying for develop ). But for large datas such as user's click or behaviors, I think it is almost impossible for small projects because there are lots of work needs to be done. ( collecting data, large scale data mining using Spark, Hadoop etc)
So,