In this article I will describe, how we created our Monitoring and Reconciliation solution for microservices-based billing system
Архивы меток:data
Make tree-structure great again!
Guten Morgen, Comrades! Как я уже писал в паре предыдущих записей, иногда я занимаюсь тем, что анализирую или собираю статистику по каким-то данным. И правда, не всё же время мне обезьянить на Java? Так вот, держите историю про то, как я не разглядел с первого раза совершенно (не)очевидную проблему в производительности.
Simple data filtering with bash
For data-analysis tasks many software engineers usually use high-level programming languages: Java, C#, Python, etc. But sometimes it’s more suitable to use scripts if we don’t want to install any interpreters of VM’s. So, bash is also used for that.
How to analyse CSV data with Elastic stack
Hi! Imagine that we have to analyse a big amount of users data. At this article there will be a data in CSV format. For example, we can have a data in next format: (0118) 008 0694 | 180504 | Hattersheim am Main | 6 First column is user’s phone number, second column is date …