👁 85
In this article I will describe, how we created our Monitoring and Reconciliation solution for microservices-based billing system
Читать далее «Event-based Monitoring and Reconciliation»айти и всё такое
👁 85
In this article I will describe, how we created our Monitoring and Reconciliation solution for microservices-based billing system
Читать далее «Event-based Monitoring and Reconciliation»👁 140
In-flight развлекухи
Aloha! Cześć! Прывітанне!
Докладываю обстановочку: не так давно у меня был полет из Петербурга в Прибайкалье с пересадкой в Домодедово. До боли известные многим слова «Дамы и господа, приветствуем вас на борту Зеленые Огурцы Airlines» внезапно пополнились фразой
«специально для вас на самолете предусмотрена развлекательная система»
Ого-го! Стало интересно. Так интересно, что вылилось в отдельный пост.
Читать далее «In-flight развлекухи 🚀»👁 89
Guten Morgen, Comrades!
Как я уже писал в паре предыдущих записей, иногда я занимаюсь тем, что анализирую или собираю статистику по каким-то данным. И правда, не всё же время мне обезьянить на Java? Так вот, держите историю про то, как я не разглядел с первого раза совершенно (не)очевидную проблему в производительности.
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.
👁 110
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 in YYMMDD format, third is a city, and the last one is a billed amount for this phone number for this day.
It would be great to get some aggregated info by data/cities/etc. To perform this aggregations for a huge amount of data we can use ELK-stack.