A
A
Anton Babilya2016-05-18 20:48:04
PHP
Anton Babilya, 2016-05-18 20:48:04

How to use Nosql for logging?

Good day.
There is a VKontakte account management system, customer accounts.
That is, everyone has their own account on the site, it has their own VKontakte accounts.
The script manages VK accounts (Posting, adding friends, correspondence).
You need to write a logging system (for example, they could not make a post, captcha when sending a message, a successfully sent message, etc.). So that each client can monitor their accounts.
Loading all this into Mysql, as I think, is nonsense, it will slow down all the work, and load the database.
That's why I decided to use Nosql, I had no experience with them yet.
Please advise what exactly to use and how.
Thank you all in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
index0h, 2016-05-18
@index0h

Loading all this into Mysql, as I think, is nonsense, it will slow down all the work, and load the database.

If you actively need to look for something in these logs and they have a fixed structure, this is far from nonsense.
NoSQL is a very broad concept, there are all sorts of MongoDB, CouchDB, Elastic, Redis (in some way), Cassandra, Neo4j, KDB +, ... It all depends on what you are going to do with this data later. The fact is that each of these bases is optimal for their cases.

S
Stanislav Makarov, 2016-05-18
@Nipheris

Apache Cassandra

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question