mongodb - Is this scenario a big data project? -
i'm involved in project 2 phases , i'm wondering if big data project (i'm newbie in field)
in first phase have scenario:
- i have collect huge amont of data
- i need store them
- i need build web application shows data users
in second phase need analyze stored data , builds report , analysis on them
some example data quantity; in 1 day may need collect , store around 86.400.000 record
now thinking kind of architecture:
- to colect data asynchronous tecnology active mq , mqtt protocol
- to store data thinking nosql db (mongo, hbase or other)
now solve first phase problems
but second phase?
i thinking big data sw (like hadoop or spark) , machine learning sw; can retrieve data db, analyze them , build or store in better way in order build reports , specific analysis
i wondering if best approach
how solve kind of scenario? in right way?
thank you
angelo
as answered siddhartha, whether project can tagged bigdata project or not, depends on context , buiseness domain/case of project.
coming tech stack, each of technology mentioned has specific purpose. example if have structured data, can use new age base database query support. nosql databases come in different flavours (columner, document based, key-value, etc), technology choice depends again on kind of data , use-case have. suggest pocs , analysis of technologies before taking final calls.
Comments
Post a Comment