J
J
jeruthadam2019-07-11 15:30:21
MongoDB
jeruthadam, 2019-07-11 15:30:21

DB for user analytics? Monga is a bad choice?

I do my own, fairly simple analytics. Visitors, some activity log. The question arose how and where to store the data? It is desirable to store so that it is convenient to display in graphs in the context of time. Also desirable is the simplicity of the API, good drivers for the Node, easy maintenance and support.
Approximate volume: 10 million visits per month * 100 event logs = 1 billion entries per month.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2019-07-11
@sim3x

Yes. A bad
Node is also a dubious tool to work under load
Characteristics per month, day, hour - required by marketers
Normal people require RPS

D
Dimonchik, 2019-07-11
@dimonchik2013

clickhouse

B
bkosun, 2019-07-11
@bkosun

Use special DBMS for processing analytical queries:

  • clickhouse
  • MariaDB ColumnStore
  • LocustDB
  • ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question